/** Shopify CDN: Minification failed

Line 3154:0 Unexpected "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&display=swap');

@font-face {
    font-family: 'Angie open off';
    src: url('/cdn/shop/files/AngieOpenOffcW02-Black.eot');
    src: url('/cdn/shop/files/AngieOpenOffcW02-Black.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/AngieOpenOffcW02-Black.woff2') format('woff2'),
        url('/cdn/shop/files/AngieOpenOffcW02-Black.woff') format('woff'),
        url('/cdn/shop/files/AngieOpenOffcW02-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



a, button, h4, h5, h6{
  font-family: "Big Shoulders", sans-serif;
      font-weight: 700;
}
body {
    font-size: 1.8rem;
}
.gradient {
    background-color: #E5DDD1;
    background-image: url(/cdn/shop/files/Background_1.jpg);
    background-attachment: fixed;
}
.header__icon {
    width: 52px;
    height: 48px;
    background: #c12126;
    border-radius: 6px;
    margin-left: 10px;
    border: 1px solid #c12126;
    transition: 0.5s;
}
.header__icon svg {
    height: 20px;
}
.header__icon:hover {
    background: transparent;
    border-color: #424242;
}
.header__icon:hover svg path {
    fill: #424242;
}
.header__icon svg path {
    transition: 0.5s;
}
body {
    padding: 15px;
}
body {
    padding: 15px;
}

.header--top-center .header__inline-menu {
    width: 100%;
    margin-top: 0px!important; 
    position: relative;
}

.header--top-center .header__inline-menu>.list-menu--inline {
    width: 100%;
}

.header--top-center .header__inline-menu>.list-menu--inline li {
    flex: 1;
    text-align: center;
}

.list-menu__item {
    justify-content: center;
    border-right: 3px solid #141413;
}

.header__menu-item span {
    font-family: "Big Shoulders", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
      font-weight: 600;
}

.header--top-center .header__inline-menu>.list-menu--inline li:nth-child(1) {}

.header--top-center .header__inline-menu>.list-menu--inline li:nth-child(1) .list-menu__item {
    border-left: 3px solid #141413;
}

/* .header--top-center .header__inline-menu::before {
    content: "";
    position: absolute;
    width: calc(100vw - 47px);
    height: 2px;
    background: #424242;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
} */
.header-wrapper::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #424242;
    left: 0px;
    position: absolute;
    bottom: 50px;
}
.header--top-center .header__inline-menu::after {
    top: auto;
    bottom: 0px;
}

.header-wrapper {
    border: 3px solid #141414;
}

.header--top-center {
    padding-bottom: 0px!important;
    padding-top: 7px!important;
}
.list-menu__item {
    padding-top: 10px;
    padding-bottom: 10px;
}
.an-banner {
    border: 3px solid #141413;
    border-top: 0px;
    padding: 90px 0px;
}

.an-banner .row {
    align-items: center;
}

.an-banner h5 {
    font-size: 24px;
    text-transform: uppercase;
    color: #C12126;
    margin-bottom: 20px;
}

.an-banner h1 {
        font-size: 80px;
    margin-bottom: 30px;
    line-height: 83px;
    color: #141413;
}

.an-banner p {
    font-size: 18px;
    max-width: 90%;
    color: #424242;
    margin-bottom: 40px;
}

.an-primary-btn {
    padding: 8px 30px;
    background: #C12126;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid #C12126;
    color: #E5DDD1;
}

a {
    transition: 0.5s;
    text-decoration: none!important;
}

.an-primary-btn:hover {
    background: transparent;
    color: #C12126;
    border-color: #424242;
}
.h1, .h2, .h3,  h1, h2, h3{
    font-family: 'Angie open off';
}
.h4, .h5, .h6, h4, h5, h6, a{
   font-family: "Big Shoulders", sans-serif;
      font-weight: 700;
}
.an-banner::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0px;
    width: 3px;
    left: 50%;
    transform: translateX(-50%);
    background: #424242;
}

section.an-banner {
    position: relative;
}

section.an-banner .an-banner-image-slider {
    max-width: calc(100% - 40px);
    width: 100%;
    margin-left:40px;
}
.slick-slide .an-banner-image-slider-item img{
    transition: 1s;
    transform: scale(1.5);
    opacity: 0;
}
.slick-active .an-banner-image-slider-item img{
    transform: scale(1);
    opacity: 1;
}
.an-banner-image-slider-item img {
    width: 100%;
}
.an-banner-image-slider {
    position: relative;
}

.an-banner-image-slider::before {
    content: "";
    position: absolute;
    width: 175px;
    height: 175px;
    background: url(/cdn/shop/files/Frame_213.png);
    bottom: -60px;
    z-index: 1;
    left: -110px;
      background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.an-marquee-section {
    background: #424242;
    color: #E5DDD1;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-bottom: 10px;
  margin-top: 15px;
}
.an-marquee-section h2 {
    font-size: 70px;
    line-height: normal;
}
.header__menu-item span {
    text-decoration: none!important;
}
.list-menu__item:hover {
    background: #424242;
}
.list-menu__item {
    transition: 0.5s;
}
.list-menu__item:hover span {
    color: #e5ddd1;
}
.js details>.header__submenu {
    background: #e5ded2;
    padding: 0px;
    border: 3px solid #141413;
    border-bottom: none;
}
.header__submenu .header__menu-item {
    border: none;
    border-bottom: 3px solid #141413;
    padding-top: 16px;
    padding-bottom: 11px;
    min-height: 60px;
}
.header__submenu .header__menu-item span, .header__submenu .header__menu-item {
    font-size: 18px;
}
.header__submenu .header__menu-item {
    border-left: none!important;
}
.header__submenu .header__menu-item:hover {
    color: #e5ddd1 !important;
}
.header__menu-item .icon-caret {
    width: 17px;
    height: 10px;
    right: 15px;
}
.header__submenu  .header__submenu {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 100%;
    margin-top: 0px;
}
.header__submenu  .header__submenu {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 100%;
    margin-top: 0px;
}
.header__submenu .header__menu-item {
    text-transform: uppercase;
    font-family: "Big Shoulders", sans-serif;
  text-align: left;
}
.header__submenu .header__menu-item .icon-caret {
    margin-top: -6px;
}
details[open]>.header__menu-item {
    text-decoration: none;
    background: #424242;
    color: white;
}
details[open]>.header__menu-item svg path {
    fill: #e4ded3;
    stroke: #e4ded3;
}
details[open]>.header__menu-item {
    text-decoration: none;
    background: #424242;
    color: white;
}
details[open]>.header__menu-item svg path {
    fill: #e4ded3;
    stroke: #e4ded3;
}
.header__submenu .header__menu-item:hover {
    text-decoration: none;
}
details[open]>.header__menu-item span {
    color: #e4ded3;
}
.header__submenu li {
    position: relative;
}
.header__submenu .header__menu-item:hover svg path {
    stroke: #e4ded3;
}
.list-menu__item:hover svg path{
    fill: #e1dad0;
}
.an-what-make-section {
    margin-top: 15px;
    padding-top: 40px;
    border: 3px solid #141413;
}
.an-primary-heading {
    display: inline-block;
    font-size: 42px;
    padding: 50px 90px;
    background-image: url(/cdn/shop/files/Frame_232.svg);
    background-size: 100% 100%;
    color: #424242;
}
.an-what-make-section .top {
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    border-bottom: 3px solid #141413;
}
.flower-left-img-1 {
    position: absolute;
    left: 2px;
    bottom: 0px;
      width: 12%;
}
.flower-right-img-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
      width: 12%;
}
.an-what-make-section .bottom {
    padding: 50px 0px;
}
.an-what-make-section .bottom h3 {
    font-size: 40px;
}
.an-what-make-section .bottom p {
    font-size: 18px;
}
body {
    color: #424242;
}

.an-btn-center {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
h2.an-primary-white-heading {
    display: block;
    text-align: center;
    font-size: 42px;
    padding: 50px 90px;
    background-image: url(/cdn/shop/files/Frame_237.svg?v=1746059673);
    background-size: 100% 100%;
    color: #E5DDD1;
  
}
section.an-premium-coffee-section {
    width: calc(100% + 30px);
    margin-left:-15px;
  background-color: #C12126;
  mix-blend-mode: multiply;
}
.an-premium-info p {
    max-width: 954px;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #E5DDD1;
    margin: 0 auto;
}
.an-premium-info {
    margin: 32px 0px;
}
section.an-premium-coffee-section {
    padding: 40px 0px;
}
.premium-center {border: 3px solid #E5DDD1;padding: 15px 0px;margin: 0 auto;width: calc(98% + 0px);}
a.an-primary-btn.light {
    border: 1px solid #E5DDD1;
    background: transparent;
    
}
.an-premium-btn-center{
    display: flex;
    justify-content: center;
    margin-top: 43px;
    margin-bottom: 25px;
  
}
p, ul.footer-block__details-content li a {
    font-family: Poppins !important;
      font-size: 18px;
    font-weight: 400;
}
.premium-center .img-1 {
    position: absolute;
    bottom: 43px;
    left: 21px;
}
section.an-premium-coffee-section {
    position: relative;
}
.premium-center .img-2 {
    right: 21px;
    position: absolute;
    bottom: 43px;
}
h2.an-foll-heading {
    font-size: 50px;
      float: right;
}
.an-volt-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 48px 12px 12px;
    gap: 16px;
    background: #424242;
    border-radius: 170px;
    color:#fff;
      width: 305px;
    margin: 0 auto;
  
}
.an-volt-1 h3 {
    font-size: 16px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #E5DDD1;
}
.post-info {
    display: flex;
    gap: 39px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.post-info h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 110%;
    color: #424242;
}
.post-info h3 span {
  font-family: 'Poppins';font-style: normal;font-weight: 400;color: #424242;display: block;
}

ul.footer-block__details-content li a {
     font-family: 'Poppins';
}
section.an-follow-us-section {
    padding-top: 40px;
    border: 3px solid #141413;
  margin-top: 20px; 
  padding-bottom: 40px;
  border-bottom: 0px;
}
.row.follow-home {
    display: flex;
    justify-content:center;
    align-items: center;
}
.follow-top-sec img.img-logo-left {
    position: absolute;
    left: 8px;
    bottom: 0;
}
.follow-top-sec img.img-logo-right {
    position: absolute;
    right: 0;
    bottom: 0;
}
section.an-follow-us-section {
    position: relative;
}
section.an-follow-us-slider {
    border: 3px solid #141413;
}
.slider-item {
  padding: 15px;
  border-right: 3px solid #141413;

}
.an-follow-us-slider .slider-item {
  margin-bottom: -4px;
}

.an-ab-right h5 {
    font-size: 24px;
    text-transform: uppercase;
    color: #C12126;
    margin-bottom: 20px;
}
.an-ab-right h2 {
    font-size: 50px;
    color: #424242;
}
.an-ab-right p {
    font-size: 18px;
    padding: 20px 0px;
}
.about-pg-section .row {
    align-items: center;
}
img.about-img-icon {
    position: absolute;
    bottom: 0px;
    right: -65px;
}
.about-us-section .about-img {
    max-width: 100%;
    border-right: 3px solid;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.about-us-section {
    border: 3px solid #141413;
    margin-top: 60px;
    padding: 0px 80px;
}
p.testimonial-review {
    font-size: 30px;
    font-family: 'Angie open off';
    color: #E5DDD1;
}
.testimonial-slider .slick-list.draggable {
    height: 100% !important;
}
.testimonial-slider {
    background: #424242;
  height: 100% !important;
}
img.testimonail-img {
    max-width: 100%;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
section.testimonail-section {
    border: 3px solid #141413;
    margin-top: 20px;
    padding: 0;
}
.testimonial-item {
    max-width: 598px;
    padding-left: 60px;
    padding-top:140px;
}

.slick-dots li::marker {
  font-size: 0px;
}
.slick-dots li.slick-active button {
  background-color: white;
}
.slick-dots li button {
  display: none;
}
.slick-dots{
  display: flex !important;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
img.testimonail-img-icon {
    position: absolute;
    right: 10px;
    bottom: -3px;
}
h5.testimonial-name {
    font-size: 24px;
    text-transform: uppercase;
    color: #E5DDD1;
    margin-bottom: 20px;
    margin-top:25px;
}
.slick-dots li:before {
  content:'';
  width:16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: trasparent;
  transition: background-color 0.3s ease;
  display: inline-block;
  cursor: pointer;
}
.slick-dots li:hover::before {
  background-color: #E5DDD1;
}
.slick-dots li.slick-active::before {
  background-color: #E5DDD1;
}
.an-primary-small-heading {
    display: inline-block;
    font-size: 42px;
    padding: 50px 90px;
    background-image: url(/cdn/shop/files/Frame_228.svg?v=1746219408);
    background-size: 100% 100%;
    color: #424242;
    margin: 0 auto !important;
}
.an-our-section-home {
    border: 3px solid #141413;
    margin-top: 30px;
    padding-bottom: 40px;
}
h3.card__heading.h2 a {
    font-family: 'Angie open off' !important;
    font-size: 22px;
}

.article-card__info.caption-with-letter-spacing.h5 {
    display: none;
}
p.article-card__excerpt {
    font-size: 16px;
    font-family: 'Poppins';
}
.card__information {
    padding: 0px !important;
}
.card__content {
    padding-top: 15px !important;
    padding-left: 0px;
}
h2.an-primary-heading.title.inline-richtext.h1 {
    margin: auto;
    display: block;
    text-align: center;
}
.collection .card__heading.h5 a{
        font-family: Angie open off;
    font-size: 22px;
}
.collection .price__container span{
    font-size: 18px;
    font-family: Poppins;
}
.an-our-blog-section slider-component.slider-mobile-gutter {
    padding-left: 15px;
    padding-right: 15px;
    border: 3px solid #141413;
    border-left: 0px;
    border-right: 0px;
}
.article-card-wrapper {
    padding-left: 10px;
    padding-right: 15px;
    border-right: 3px solid #141413;
    padding-top: 40px;
    padding-bottom: 20px;
}
.article-card-wrapper h3.card__heading.h2 a:hover {
    color: #c71d27;
}
h2.footer-block__heading.inline-richtext:after {
    content: '';
position: absolute;
width: 60%;
    height:3px;
left:0;
top: 35px;
background: #C12126;
    
}
h2.footer-block__heading.inline-richtext {
    font-size: 22px;
    margin-bottom:30px;
}
.footer-block__details-content li a {
    font-size: 18px !important;
    font-family: Poppins;
    font-weight:400;
    border: none;
}
.footer-block__details-content li a:hover {
    background: #00000000;
    color: #C12126 !important;
}
.an-feature-product-wrapper {
    border: 3px solid #141413;
    margin-bottom: 15px;
}

.an-custom-product-slider-wrapper {
    padding-top: 0px;
    border-top: 3px solid #141413;
}

.an-feature-product-wrapper slider-component.slider-mobile-gutter {
    padding: 0px!important;
}

.an-custom-product-slider .slick-track {
    padding-bottom: 33px;
}
.slider-component-full-width .slider--desktop .slider__slide:first-child {
    margin-left: 0px!important;
}
.an-feature-product-wrapper .collection {
    padding-bottom: 0px;
}

.an-feature-product-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #424242;
    bottom: 60px;
    left: 0px;
}

.an-custom-product-slider .slick-arrow {
    position: absolute;
    left: 50px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border: none;
    background: #C12126;
    border-radius: 6px;
}

.an-custom-product-slider .slick-slide .card {
    background: transparent;
    border: none;
}

.an-custom-product-slider .slick-arrow.slick-prev {
  transform: rotate(180deg);
}

.an-custom-product-slider .slick-slide {
    position: relative;
    padding: 0px 15px;
    padding-bottom: 50px;
    border-right: 3px solid #141413;
    padding-top: 50px;
}

.an-custom-product-slider .card__heading.h5 a {
    font-size: 28px;
   color: #424242;
}
.an-custom-product-slider .slick-arrow.slick-next {
    left: auto;
    right: 50px;
}

.an-custom-product-slider .slick-arrow:hover {
    background: #424242;
}

.an-custom-product-slider .slick-arrow {
    transition: 0.5s;
    cursor: pointer;
    z-index: 1;
}
.an-custom-product-slider-wrapper .slick-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0px;
}

.an-custom-product-slider .slick-dots li::before {
    display: none;
}

.an-custom-product-slider .slick-dots li {
    width: 12px;
    height: 12px;
    border: 3px solid #141413;
    border-radius: 100%;
    cursor: pointer;
}

.an-custom-product-slider .slick-dots {
    gap: 9px;
}

.an-custom-product-slider .slick-dots .slick-active {
    background: #C12126 !important;
    border-color: #C12126;
}
.button {
    background: transparent;
    font-size: 16px;
    font-family: "Big Shoulders", sans-serif;
    font-weight: 700;
    color: #c12126;
    padding-top: 18px;
    padding-bottom: 5px;
    box-shadow: none;
    border: 1px solid #424242;
    border-radius: 6px;
}

.button::before {
    display: none;
}

.button::after {
    display: none;
}

.an-custom-product-slider .card .button {
    margin-top: 50px;
    transition: 0.5s;
}

.an-custom-product-slider .card .button:hover {
    background: #C12126;
    border-color: #C12126;
    color: white;
}

.an-custom-product-slider .card .price__container .price-item--regular {
    font-size: 24px;
    font-weight: 500;
    color: #424242;
}

.button {
    background: transparent;
    font-size: 16px;
    font-family: "Big Shoulders", sans-serif;
    font-weight: 700;
    color: #c12126;
    padding-top: 11px!important;
    padding-bottom: 11px!important;
    box-shadow: none;
    border: 1px solid #424242;
    border-radius: 6px;
}

.button::before {
    display: none;
}

.button::after {
    display: none;
}

.an-custom-product-slider .card .button {
    margin-top: 50px;
    transition: 0.5s;
}

.an-custom-product-slider .card .button:hover {
    background: #C12126;
    border-color: #C12126;
    color: white;
}

.an-custom-product-slider .card .price__container .price-item--regular {
    font-size: 24px;
    font-weight: 500;
    color: #424242;
}
.an-what-make-section .bottom {
    padding: 0px;
}

.an-what-make-section .bottom .item {
    padding: 50px 50px;
}

.an-what-make-section .bottom .row {
}

.an-what-make-section .bottom .item h3 {
    font-size: 30px;
}

.an-what-make-section .bottom p {
    font-size: 16px;
}

.an-what-make-section .bottom .item.middle {
    position: relative;
    border-left: 3px solid #141413;
    height: 100%;
    border-right: 3px solid #141413;
}

.header--top-center .header__inline-menu>.list-menu--inline li:nth-child(1) .list-menu__item {
    border-left: none;
}

.header--top-center .header__inline-menu>.list-menu--inline li:last-child {
    border-right: none;
}

.header--top-center .header__inline-menu>.list-menu--inline li:last-child a {
    border-right: none;
}
.an-premium-coffee-section .an-primary-btn.light:hover {
    background: white;
    color: #C12126;
} 
.an-primary-btn.light {
    opacity: 1;
}
.post-info {
    justify-content: flex-start;
}
.header__icon svg path {
    stroke: white;
}

.header__icon:hover svg path {
    stroke: #424242;
}
.footer__list-social li a:hover {
    border: 1px solid #424242;
}
.an-marquee-section h2 {
    position: relative;
      text-align: center;
    padding: 0px 60px;
}

.an-marquee-section h2::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    top: 55px;
    background: #e5ddd1;
    right: -40px;
}
.header .footer__list-social {
    grid-area: left-icons;
    justify-self: start;
}

.header--top-center>.header__search {
    display: none;
}

.footer__list-social li a {
    width: 52px;
    height: 48px;
    background: #c12126;
    border-radius: 6px;
    margin-left: 10px;
    border: 1px solid #c12126;
    transition: .5s;
    justify-content: center;
    color: white;
}

.footer__list-social li a .icon {
    height: 27px;
    width: 27px;
}

.footer__list-social li a .svg-wrapper {
    width: 30px;
}

.footer__list-social li a:hover {
    background: transparent;
}

.footer__list-social li a:hover svg path {
    fill: #424242;
}
.testimonial-slider .slick-dots {
    position: absolute;
    padding: 0px;
    top: 60px;
    left: 54px;
}
.footer__content-top .grid {
}

.footer__content-top .grid .footer-block.grid__item {
    padding-right: 30px;
}

.footer__content-top .grid .footer-block.grid__item h2 {
    position: relative;
    text-align: left;
}

h2.footer-block__heading.inline-richtext {
    text-align: left;
    margin-top: 0px;
}

.footer-block--newsletter {
    margin-top: 0px;
}

.footer-block--newsletter .footer__list-social {
    justify-content: flex-start;
    margin-bottom: 20px;
}

.newsletter-form__field-wrapper .field__input {
    background: transparent;
    border: 1px solid #424242;
    border-radius: 6px;
    outline: none;
    width: calc(100% - 100px)!important;
}

.field:before, .select:before, .customer .field:before, .customer select:before, .localization-form__select:before {
    display: none;
}

.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
    display: none;
}

.newsletter-form__button {
  width: 130px!important;
  height: 45px!important;
  border-radius: 6px;
      padding-bottom: 11px;
    padding-top: 11px;
  background: #C12126!important;
  font-size: 17px;
  color: white;
}

.newsletter-form__button .svg-wrapper {
    width: 100%;
}
.follow-slider-img img {
    max-width: 100%;
}
.blog__posts .card-wrapper .an-blog-btn a {
    background: transparent;
    color: #C12126;
    width: 100%;
    text-align: center;
}

.article-card-wrapper:hover  .an-blog-btn a {
    background: #C12126;
    color: white;
}
.an-our-blog-section {
    padding-bottom: 0px!important;
}

.an-our-section-home {
    padding-bottom: 15px;
}

.blog-btn-wrapper {
    text-align: center;
    margin-top: 15px;
}
.footer-block--newsletter {
    margin-top: 0px!important;
}

.footer {
    background: url(/cdn/shop/files/Paper_Effect.png);
    margin-bottom: -20px;
    width: calc(100% + 50px);
    margin-left: -35px;
    position: relative;
}

.footer:before {
    content: "'";
    position: absolute;
    width: calc(100% - 50px);
    height: calc(100% - 30px);
    border: 3px solid #141413;
    left: 35px;
    top: 20px;
}

.footer {
    padding-top: 90px!important;
}

h2.footer-block__heading.inline-richtext:after {
    width: 90%;
}

.newsletter-form__button {
    width: 130px;
    height: 46px;
    font-size: 17px;
       padding-bottom: 11px;
    padding-top: 11px;
    transition: 0.5s;
    border: 1px solid #c12126;
}

.newsletter-form__field-wrapper .field {
    width: calc(100% - 140px);
}

.newsletter-pra {
    font-size: 14px;
    text-align: left;
    color: #424242;
    margin-top: 10px;
}

.newsletter-form__button:hover {
    background: transparent!important;
    color: #c12126;
  border-color: #424242;
}
.footer__content-bottom {
    border-top: none;
}
.newsletter-form__field-wrapper .field__input {
    padding: 10px;
}
.footer__content-bottom {
    display: none;
}
.footer:before {
    z-index: -1;
}
.footer {
    z-index: 1;
    padding-bottom: 70px!important;
}
.copyright-section {
    padding: 0px 35px;
    text-align: center;
}
.copyright-section p {
    font-size: 18px;
    margin-top: 30px;
}
.footer-shape-1 {
    position: absolute;
    bottom: 20px;
    left: 38px;
    max-width: 18%;
}
.footer-shape-2 {
    position: absolute;
    bottom: 20px;
    right: 18px;
    max-width: 17%;
}
.post-info h3 span {
    margin-top: 5px;
      font-family: 'Poppins';
}
.footer-block__newsletter .footer-block__heading.inline-richtext::after {
    width: 100%;
}
.header__menu-item .icon-caret {
            width: 14px;
        top: 22px;
        right: 19px;
}
.newsletter-form__field-wrapper .field__input::placeholder {
    opacity: 1;
    color: #434343;
    font-size: 16px;
}
.article-card__excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.an-premium-info {
    margin-top: 10px;
}



.about-pg-section .about-img {
    max-width: 100%;
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}
section.about-pg-section:before {
    content: "";
    position: absolute;
    height: 100% !important;
    top: 0;
    width: 3px;
    left: 50%;
    transform: translate(-50%);
    background: #141413;
}
section.about-pg-section {position: relative;}
.about-pg-section {
    border: 3px solid #141413;
    border-top: 0;
}
.about-pg-section .an-ab-right p {
    font-size: 18px;
    padding: 10px 0px;
    max-width: 645px;
}
.about-pg-section .an-ab-right h2 {
    font-size: 50px;
    color: #141413;
}
.an-our-story-section h2.an-primary-heading {
    width: 100%;
}
.an-our-story-section{
    margin-top: 15px;
    padding-top: 40px;
    border: 3px solid #141413;
}
.an-our-story-section .top{
      text-align: center;
    position: relative;
    padding-bottom: 40px;
    border-bottom: 3px solid #141413;
}
.out-story-bottom {
    padding: 10px 30px;
}
.story-text {
    max-width: 911px;
    padding: 60px;
}
section.an-our-story-4section {
    margin-top: 15px;
    border: 3px solid #141413;
    padding: 0px 30px;
}
.story-item {
    border-right: 3px solid #141413;
    padding-top: 50px;
    padding-bottom: 50px;
  min-height: 343px;
}
.story-item h3 {
    font-size: 24px;
      padding-bottom: 10px;
}
.story-item p {
    font-size: 16px;
    max-width: 388px;
}
.story-item img {
    width: 16% !important;
    padding-bottom: 15px;
}
.story-last-item{
  border-right: 0px;
}
.certifications-heading h3 {
    font-size: 42px;
}
.an-certifications-section ul li {
    font-size: 17px;
}
.an-certifications-section ul {
    margin-left: -13px;
}
section.an-certifications-section {
    padding: 40px 0px;
}
section.an-certifications-section .row {
    align-items: center;
}
.an-footer-slider {
    margin-top: 20px;
}
.an-our-section-home li.blog__post.grid__item.article:nth-child(4n) .article-card-wrapper {
    border-right: none !important;
}
.contact-pg-section h2.an-primary-small-heading {
    display: block;
    text-align: center;
    margin-bottom: 60px !important;
}
.contact-pg-section {
    padding-top: 60px;
}
.an-contact-right h3 {
    font-size: 36px;
}
.an-contact-right p {
    font-size: 15px;
    padding: 6px 0px;
}
.an-contact-info img {width: 52px;background: #C12126;border-radius: 2px;padding: 13px;}

.an-contact-info h3 {
    font-size: 18px;
    padding-top: 10px;
}
.an-contact-info a{color:#424242;font-family:poppins;font-weight: 400;}
.an-contact-box {border: 1px solid #141413;padding: 20px 25px; padding-top: 30px;margin-top: 0px;
    margin-bottom: 15px;}
.an-contact-follow-us {
    border: 1px solid #141413;
    padding: 20px 25px;
    margin-top: 15px;
}
.an-contact-follow-us .row {
    align-items: center;
}
.an-contact-follow-us img {
background: #C12126;
border-radius: 6px;
    width:46px;
}
.an-contact-info-address img {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}
.an-contact-info-address {
    border: 1px solid #141413;
    padding: 20px 25px;
    margin-top: 20px;
}
.icon-instagram {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.an-blog-banner h2 {
    font-size: 50px;
    color: #141413;
    max-width: 600px;
}
.an-blog-banner p {
    max-width: 651px;
    font-size: 16px;
}
.an-blog-banner img {
    max-width: 100%;
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}
section.an-blog-banner .row {
    align-items: center;
}
section.an-blog-banner{
    position:relative;
    border: 3px solid #141413;
    border-top: 0;
}
section.an-blog-banner:before {
    content: "";
    position: absolute;
    height: 100% !important;
    top: 0;
    width: 3px;
    left: 50%;
    transform: translate(-50%);
    background: #424242;
}
.blog-banner h4 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    padding: 15px 0px;
}
.blog-banner p {
    padding-bottom: 20px;
}
.an-contact-form .field input {width: 426px;height: 60px;border: 0.765363px solid #141413;background: transparent;}
.an-contact-form .field label.field__label {
    font-size: 16px !important;
    color:#424242;
}
.an-contact-form .field textarea {
width: 852px;
height: 250px;
border: 0.765363px solid #141413;
  background: transparent;
}
.an-contact-form button.button {
    width: 130px;
    height: 46px;
    font-size: 18px;
    transition: .5s;
    border: 1px solid #c12126;
    background: #c12126 !important;
    color: #fff;
    margin-top:20px;
  padding-top: 5px;
}

.an-contact-form button.button:hover {
    background: transparent !important;
    color: #c12126;
    border-color: #424242;
}
.operatinal-day {
    position: relative;
    z-index: 1;
    color: #E5DDD1;
    padding-top: 5px;
}

.operatinal-time p {
    font-weight: 500 !important;
    padding-top: 5px;
}
.operatinal-section .an-contact-right p {
    max-width: 719px;
}
.an-primary-medium-heading {
    display: block;
    font-size: 42px;
    padding: 50px 90px;
    background-image: url(/cdn/shop/files/Frame_237_1.svg?v=1746669091);
    background-size: 100% 100%;
    color: #424242;
    margin: 0 auto !important;
    text-align:center;
}
section.find-our-coffee-section {
    padding: 60px 0px;
}
.out-story-bottom img {
    max-width: 100%;
}
.out-story-bottom .row {
    align-items: center;
}
.about-us-section .about-us .an-ab-right {
    margin-top: 150px;
}
.an-contact-form .field input:focus {
    outline: none !important;
    border: none;
}
section.an-our-coffee-casual {
    border: 3px solid #141413;
    margin-top: 30px;
    padding: 80px 80px;
    margin-bottom: 20px;
}
.an-casual-right h2 {
    font-size: 24px;
    color: #424242;
    padding-top: 20px;
}
.an-casual-left img {
    max-width: 100%;
    padding-right: 15px;
}
img.coffee-cas-img-icon {
    right: -80px;
    position: absolute;
    bottom: -80px;
}
.an-casual-right a.an-primary-btn.dark {
    margin-top: 40px;
}
.an-cafe-banner {
    text-align: center;
  margin: auto;
  max-width:100%;
}
h2.an-primary-heading-large {
    display: inline-block;
    font-size: 42px;
    padding: 50px 90px;
    background-image: url(/cdn/shop/files/Frame_255.svg?v=1746741219);
    background-size: 100% 100%;
    color: #424242;
  width: 1170px;
  max-width:100%;
}
section.an-cafe-support-banner {
        padding: 60px 0;
    align-items: center;
    justify-content: center;
    
}
.an-cafe-banner h5 {
    font-size: 24px;
    text-transform: uppercase;
    color: #c12126;
    margin-bottom: 20px;
}
.an-cafe-banner p {
    padding: 12px 0px;
    max-width: 1270px;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 20px;
}
.an-traiining-left-tab .tab-button {
background: none;
text-align: left;
font-weight: bold;
padding: 25px 25px;
border: 1px solid #141413;
width: 100%;
transition: background 0.3s;
color: #C12126;
font-size: 22px;
font-family: Angie open off;
}
.an-traiining-left-tab ul li {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #E5DDD1;
font-family: Poppins;
}
.an-traiining-left-tab .tab-content-box p {
font-size: 16px;
margin-bottom:0px;
color:#E5DDD1;
}
.an-traiining-left-tab .tab-content-box ul {
padding-left: 25px;
}
.an-traiining-left-tab .tab-button.active {
background-color: #C12126;
color: #fff;
border: 0px !important;
padding-bottom: 10px;
}
.an-traiining-left-tab .tab-content-box {
background-color: #C12126;
padding: 0px 25px 25px 25px;
margin-top: 1px;
display: none;
margin-top: 0px;
}
.an-traiining-left-tab .tab-content-box.active {
display: block;
}
.an-traiining-left-tab .tab-button:hover {
background-color: #C12126;
      color: #E5DDD1;

}
.an-traiining-left-tab .image-panel img {
max-width: 100%;
height: auto;
}
.an-traiining-left {
    padding: 60px 0px;
}
.an-tailored-coffee-section .let-connect-btn {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 3px solid #141413;
}
.an-traiining-left-tab .tab-button:focus {
    outline: none;
}
.an-testimonial-cofe p {
    font-size: 28px;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}
.an-testimonial-cofe h5 {
    font-weight: 700;
    font-family: 'Poppins';
    font-size: 26px;
    text-align: center;
    padding: 30px 0px 50px 0px;
}
.an-testimonial-cofe img {
    width: 68%;
}
img.an-testimonial-left {
    width: 100%;
}
img.an-testimonial-right {
    max-width: 100%;
}
.an-testimonial-cofe {
    padding: 50px 0px;
}
section.an-testimonial-cofe-section {
    border: 3px solid #141413;
    border-top:0px;
    padding-bottom:50px;
}
.an-trusted-cta-left h2 {
    font-size: 42px;
    color: #E5DDD1;
}

section.an-trusted-cta {
    background: #C12126;
    border: 3px solid #141413;
    border-top: 0px;
    padding-bottom: 50px;
  padding-top: 50px;
}
.an-trusted-cta-left p {
    color: #E5DDD1;
    padding-top: 20px;
}

.an-trusted-cta .row {
    align-items: center;
}

img.an-trusted-cta-img-1 {
    width: 100%;
    max-width: 142px;
}
.an-customized-solutions-left img {
    max-width: 100%;
      padding-right: 30px;
}

.an-customized-solutions {
    border: 3px solid #141413;
    border-top: 0px;
    padding-bottom: 50px;
    padding-top: 50px;
}

section.an-customized-solutions:before {
    content: "";
    position: absolute;
    height: 100% !important;
    top: 0;
    width: 3px;
    left: 50%;
    transform: translate(-50%);
    background: #424242;
}

.an-customized-solutions-right img {
    max-width: 13%;
}

.an-customized-solutions p {
    font-size: 22px;
    padding-top: 10px;
    max-width: 500px;
}

.an-customized-solutions-right {
    padding-left: 15%;
    padding-top: 10%;
}
.an-customized-solutions-right hr {
    border: 1px solid #141413;
    margin: 40px 0px;
}
section.an-customized-solutions {
    position: relative;
}
.an-expertise-cta-form {
    max-width: 1490px;
    margin: 0 auto;
    padding: 60px 0px;
    text-align: center;
}
.an-expertise-cta-form button.button {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}
.an-expertise-cta-form .an-contact-right {
    padding-bottom: 12px;
}
.article-template__hero-large.media {
    height: 600px;
}

.article-template__hero-large.media img {
    width: 1900px !important;
    height: 604px !important;
    margin: 0 auto;
    object-position: center;
}
div#wpd_login_left_container {
    display: none;
}
 
#wpd_login_desc_wrapper {
    display: none;
}
 
#wpd_login_grid_wrapper {
    background: none!important;
}
 
#wpd_login_extra_info_wrapper {
    margin-top: 0px;
}
 
#wpd_login_top_bar_wrapper + 
.wpd-divider {
    display: none!important;
}
.header-info-wrapper .header-title.wpd-primary-text-color {margin-bottom: 0px;}
.header-info-wrapper {
    display: inline-block;
}
.header-info-wrapper .header-title.wpd-primary-text-color {
    font-size: 42px;
    padding: 50px 90px;
    background-image: url(/cdn/shop/files/Frame_232.svg);
    background-size: 100% 100%;
    color: #424242;
}
#wpd_login_right_container {
    text-align: center;
}
div#wpd_login {
    text-align: left;
}
#login_field_wrapper {
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.wpd-login-field-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
input#CustomerEmail {
    color: #424242;
}
#CustomerEmail, #CustomerPassword {border-color: #424242!important;}
.customer .field {
    margin: -1px;
}
.wpd-primary-button {
    font-size: 20px !important;
    text-transform: uppercase;
    font-family: "Big Shoulders", sans-serif !important;
    line-height: 20px !important;
    padding-bottom: 20px !important;
    border-radius: 6px;
    background: #c12126;
    transition: .5s;
    outline: none;
    border: none !important;
}
.wpd-primary-button:hover {
    background: transparent;
    color: #c12126;
    border-color: #424242 !important;
}
div#wpd_login_register {
    font-size: 20px !important;
    text-transform: uppercase;
    font-family: "Big Shoulders", sans-serif;
    line-height: 20px !important;
    padding-bottom: 20px !important;
    border-radius: 6px;
    background: #c12126;
    transition: .5s;
    outline: none;
    border: none !important;
    padding: 12px 48px;
    cursor: pointer;
    font-weight: 700;
}
div#wpd_login_register:hover {
    background: transparent;
    color: #c12126;
    border: 1px solid #C12126;
}
.article-template__content.page-width.page-width--narrow.rte.scroll-trigger.animate--slide-in {
    max-width: 1300px;
}
.article-template__content blockquote h4 {
    font-size: 24px;
    font-family: Angie open off;
}
.article-template__content blockquote {
    width: 100%;
    height: 100%;
    border: 1px solid #141413;
    padding: 50px 50px 50px 120px;
}

.article-template__content blockquote::before {
    position: absolute;
    content: '';
    background: url(/cdn/shop/files/Vector_60.png?v=1747095174) !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    left: 51px;
}
.article-template__content blockquote h4 {
    color: #141413;
}
.article-template__content blockquote {
    margin: 30px 0px;
}
.article-template__content ul li {
    font-size: 18px;
    font-family: 'Poppins';
}

.article-template__content ul {
    padding: 15px 0px;
}
.article-template__content h2 {
    font-size: 24px;
    color: #141413;
    padding: 15px 0px;
}
.an-contact-form .field input, .an-contact-form .field textarea {
    margin: 0px!important;
}
 .blog-singel-pg header.page-width {
    max-width: 1300px;
}
.blog-singel-pg {
    padding-top: 60px;
}
 .blog-singel-pg h1.article-template__title {
    color: #141413;
   font-size: 32px;
}
.blog-singel-pg {
    border-left: 3px solid #141413;
    border-right: 3px solid #141413;
}
.blog-singel-pg .article-template__hero-container {
    max-width: 100%;
    padding: 0px 60px;
    border-bottom: 3px solid #141413;
    padding-bottom: 60px;
}
 .blog-singel-pg .article-template__content {
    border-bottom: 1px solid #424242;
    padding-bottom: 40px;
}
.social-share-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.social-icons {
    display: flex;
    gap: 15px;
}
h3.share-heading {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400 !important;
}
.social-icons svg {
    fill: #141413 !important;
}
.social-icons a {
    border: 2px solid #141413;
    border-radius: 8.66806px;
    padding: 12px;
}
.social-icons a:hover {
    background: #c71d27;
    border: 2px solid #c71d27;
}
.social-icons a:hover svg {
    fill: #fff !important;
}
.wpd-signup-field input {
    width: 578px;
    height: 60px;
    border: .765363px solid #141413;
    background: transparent;
}
#wpdMainContainer {
    max-width: 1116px !important;
}
#wpdPrimaryContactWrapper span.wpd-secondary-header {
    display: none;
}

#wpdPrimaryContactFieldsWrapper, #wpdBusinessDetailFieldsWrapper, #wpdOtherDetailFieldsWrapper {
    row-gap: 0px !important;
}
.wpd-signup-field select#wpdAddressCountry {
    width: 578px;
    height: 60px;
    border: .765363px solid #141413;
    background: transparent;
}
.customer h1 {
    font-size: 42px;
    padding: 50px 90px;
    background-image: url(/cdn/shop/files/login-h.svg);
    background-size: 100% 100%;
    color: #424242;
}
.customer.login input, .customer.register input {
    background: transparent;
    margin-top: 0px;
    border: 1px solid #424242;
}
.customer .field {
    margin-top: 0px;
}
.wpd-secondary-header {
    font-size: 20px !important;
    font-weight: 500;
}
div#wpdMainContainer label {
    display: none;
}
div#wpdSubmitButtonWrapper button#wpdSubmitButton {
    min-width: 168px !important;
    height: 57px;
    font-size: 18px;
    transition: .5s;
    border: 1px solid #c12126;
    background: #c12126 !important;
    color: #fff;
    margin-top: 20px;
    padding-top: 5px;
    font-family: "Big Shoulders", sans-serif;
    font-weight: 700;
    padding-bottom: 14px !important;
    box-shadow: none;
    border-radius: 6px;
}

div#wpdSubmitButtonWrapper  button#wpdSubmitButton:hover {
    background: transparent !important;
    color: #424242;
}
#wpdBusinessDetailFieldsWrapper div#wpdAddressTaxIdWrapper input {width: 1156px;}
#wpdBusinessDetailFieldsWrapper div#wpdAddressTaxIdWrapper {
    width: 100%;
}
#wpdOtherDetailFieldsWrapper  div#wpdCustomField12686Wrapper input {
    width: 1156px;
}
#wpdPrimaryContactWrapper #wpdPrimaryContactFieldsWrapper #wpdEmailWrapper input {
    width: 1156px;
}
.wpd-signup-field input::placeholder {
    font-size: 16px !important;
    color: #424242;
}
div#wpdMainContainer h2#wpdMainHeader {
    font-size: 42px;
    padding: 50px 90px;
    background-image: url(/cdn/shop/files/Frame_232.svg);
    background-size: 100% 100%;
    color: #424242;
}
.customer.login input, .customer.register input {
    width: 100%;
    height: 60px;
    border: .765363px solid #141413;
    background: transparent;
}
.customer.login label, .customer.register label {
    font-size: 16px !important;
    color: #424242;
}
.customer.login button, .customer.register button {
    width: 149px;
    height: 46px;
    font-size: 18px;
    transition: .5s;
    border: 1px solid #c12126;
    background: #c12126 !important;
    color: #fff;
    margin-top: 20px;
    padding-top: 11px;
    border-radius: 6px !important;
    box-shadow: none;
    font-family: "Big Shoulders", sans-serif;
    font-weight: 700;
    padding-bottom: 11px!important;
}
.customer.login button:hover, .customer.register button:hover{
  background: transparent !important;
    color: #C12126;
  border-color: #424242;
}
.customer.login button:before, .customer.register button:before {
    display: none;
}
.customer.login button:after, .customer.register button:after {
    display: none;
}
.customer.login .field, .customer.register .field {
    margin: -1px;
}
.customer.login, .customer.register {
    max-width: 100% !important;
}
.customer.login form, .customer.register form {
    margin-top: 4rem;
    width: 1100px;
    padding-top: 40px;
    margin: 0 auto;
    max-width: 100%
}
.blog-singel-pg {
    margin-bottom: -30px;
    padding-bottom: 30px;
}


ul#product-grid li:nth-child(3n) {
    border-right: none !important;
}
.collection .card__heading.h5 a {
    color: #141413;
}
.quick-add__submit:hover {
    background: #c12126;
    border-color: #c12126;
    color: #fff;
}
ul#product-grid li {
    padding: 20px 15px;
    border-right: 3px solid #141413;
    border-bottom: 3px solid #141413;
}
.product-grid-container {
    border: 3px solid #141413;
}
ul#product-grid {
    column-gap: 0px;
    row-gap: 0px;
      margin-bottom: 0px;
}
ul#product-grid li:nth-last-child(-n+3) {
    border-bottom: none !important;
}
.collection-hero__inner h1.collection-hero__title {font-size: 32px !important;}
.card-wrapper.product-card-wrapper .card {
    background: transparent;
    border: none;
}
.pagination-wrapper {
    position: absolute;
    bottom: -41px;
   margin-top: 0px !important;
}
.collection-hero__text-wrapper {
    margin-left: 23%;
}

.product-count-vertical.light {
    position: absolute;
    left: 27%;
    top: -60px;
    margin-left: 29px;
}
facet-filters-form {
    position: relative;
}
.product-count-vertical.light h2 {
    color: #424242 !important;
    font-size: 18px;
    font-family: 'Poppins';
}
.product-count-vertical.light h2 span {
    color: #424242;
}
.facet-filters.sorting.caption {
    display: none;
}
section.product__info-container p {
    font-size: 24px;
    text-transform: uppercase;
    color: #c12126;
    margin-bottom: 20px;
    font-family: "Big Shoulders", sans-serif !important;
    font-weight: 700;
}

product-info#MainProduct-template--17850980073625__main {
    border: 3px solid #141413;
    padding: 60px 0px;
    border-top: 0px;
    position: relative;
}
product-info#MainProduct-template--17850980073625__main:after {
    content: "";
    position: absolute;
    height: 100% !important;
    top: 0;
    width: 3px;
    left: 50%;
    transform: translate(-50%);
    background: #141413;
    z-index: 9;
}
.grid__item.product__media-wrapper {
    padding-right: 80px;
}
.product__media img {
    max-width: 86% !important;
}
body .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
        width: calc(21% - 3px);
    } 
.product__info-wrapper .product__title h1 {
    color: #141413;
    font-size: 42px;
    max-width: 500px;
}
.product__info-wrapper span.price-item.price-item--regular {
    font-family: 'Poppins';
}
.product__info-wrapper .product-form__submit {
    padding: 7px 30px 16px;
    background: #c12126;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid #C12126;
    color: #e5ddd1;
    position: absolute;
    margin-top: -12%;
    right: 0;
    width: 74%;
}
.quantity:before {
    background: transparent;
}
.product__info-wrapper .product-form__submit:hover {
    background: transparent;
    color: #c12126;
    border-color: #424242;
}
.product__info-category a {
    font-size: 24px;
    text-transform: uppercase;
    color: #c12126;
    margin-bottom: 20px;
    font-family: "Big Shoulders", sans-serif !important;
    font-weight: 700;
}

.product__all-categories ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
  row-gap: 10px;
}
.product__all-categories ul li a{
    color: #424242;
    font-family: 'Poppins';
      font-size: 18px;
    font-weight: 500;
  text-transform: capitalize;
  
}
.product__all-categories ul li:after {
    content: ',';
    font-size: 26px;
    color: #424242;
}
.product__all-categories h3 {
  font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
    padding-right: 6px;
}
.product__all-categories ul li {
    padding-right: 5px;
  line-height: 14px;
}
.product__all-categories ul li a:hover {
    color: #c71d27;
}
.product__tags ul li {
    color: #424242;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
}
.product__all-categories ul li:last-child::after {
  display: none;
}


.description-tabs-box .tab-menu {
    list-style: none;
    display: flex;    
    flex-direction: column;
}
.description-tabs-box .tab-menu li {
      padding-top: 12px;
    padding-bottom: 5px;
    padding: 10px 15px;
    cursor: pointer;
    background: #f9f9f9;
    border: 3px solid #424242;
    margin-bottom: 5px;
    transition: background 0.3s;
    text-transform: uppercase;
}
.description-tabs-box .tab-menu li h4 {
    font-size: 20px;
}
.description-tabs-box {
    padding: 60px 0px;
}
.description-tabs-box .tab-menu li.active {
background: #c12126;
    color: #fff;
    border: 0px !important;
    margin-bottom: 0px;
    margin-top: -5px;
}
.description-tabs-box .tab-content {
  display: none;
}
.description-tabs-box h3 {
    font-size: 36px;
    color: #424242;
    padding: 10px 0px;
}
.description-tabs-box p {
    font-size: 16px;
}
.description-tabs-box ul li {
    font-size: 16px;
    color: #424242;
}
.description-tabs-box ul {
    margin-bottom: 15px;
}
.description-tabs-box .tab-content.active {
  display: block;
}

.custom-info-table {
  max-width: 100%;
  margin-top: 20px;
}
.description-tabs-box .info-row {
  display: flex;
}
.description-tabs-box .info-row .info-label {
    border-bottom: 1px solid #E5DDD1;
}
.description-tabs-box .info-label {
    width: 376px;
    height: 60px;
    background: #424242;
    color: #E5DDD1;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: Angie open off;
    font-size: 18px;
}
.operational-section .description-tabs-box .info-row .info-label {
    width: 500px;
}
.description-tabs-box .info-value {
    padding: 10px 30px;
    width: 850px;
    height: 59px;
    border: 1px solid #424242;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
  border-bottom: 0px;
}

.description-tabs-box ol li {
    font-size: 16px;
    color: #424242;
  font-family: 'Poppins';
}
.custom-info-table .info-row:last-child .info-value {
    border-bottom: 1px solid #424242;
}

.results-slt .item-content label.storeify-sl-item-row.store-name strong {
    font-family: 'Angie open off';
    font-size: 20px;
    line-height: 24px;
}
.results-slt .storeify-sl-item-row.address a {font-family: 'Poppins';font-weight: 400;}
.results-slt .item-content a {
    font-family: 'Poppins';
}
.storeify-sl-item-row.item-envelope a {
    font-weight: 400;
}
.storeify-sl-item-row.item-phone a {
    font-weight: 400;
}

.storeify-sl-item-row.item-envelope a {
    font-weight: 400;
}
.storeify-sl-item-row.item-phone a {
    font-weight: 400;
}
.item-thumb.has-thumb img {
    max-width: 60%;
    margin: 0px;
}
.results-slt h3.title {
    font-weight: 400;
    font-family: 'Poppins';
}
.storeify-sear-box {
    font-family: 'Poppins';
    font-size: 14px;
}
.gr-search-slt button#getbylocal {
    font-family: 'Poppins';
    font-weight: 400;
}
.shopify-block.shopify-app-block #frm-storelocator-search #submit-search {
    padding: 5px 30px !important;
    background: #c12126 !important;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid #C12126;
    color: #e5ddd1 !important;
    height: 100%;
}

.shopify-block.shopify-app-block #frm-storelocator-search #submit-search:hover {
    background: transparent !important;
    color: #c12126 !important;
    border-color: #424242 !important;
}
div#storeifyapps-storelocator-index {
    background: transparent !important;
}
#main-slider-storelocator .item.thumbnail {
    background: #EFEBE4;
}
span#reset-search {
    display: none !important;
}
div#radius-value {font-size: 16px;}
div#radius-value label {
    float: left;
}
.bootstrap-storeifyapps .form-control-storeify {
    background: transparent;
    border: 1px solid #424242 !important;
    padding: 10px;
    color: #424242;
    font-family: 'Poppins' !important;
    font-size: 13px;
}
div#map {
    border-radius: 12px;
}
div#main-slider-storelocator .item.thumbnail {
    border: 1px solid #424242;
    border-radius: 10px;
}
.storeifyapps-storelocator-equal select.chose-search-slt.form-control-storeify {
    border-radius: 8px 0px 0px 8px;
    height: 50px !important;
}
.storeifyapps-storelocator-equal input#address {
    border-radius: 0px 8px 8px 0px;
    height: 50px !important;
}
.storeifyapps-storelocator-layout-1 .results-slt .title {
    background: #424242 !important;
    border-radius: 5px;
}
.drawer__cart-items-wrapper {
    font-family: Poppins;
}
.drawer__cart-items-wrapper th {
    font-size: 16px;
}

button.button.button--tertiary.cart-remove-button {
    padding-bottom: 0px !important;
}
.drawer__footer small.tax-note.caption-large.rte {
    font-size: 12px;
    font-family: 'Poppins';
}
a.cart-item__name.h4.break {
    font-size: 14px;
    font-family: 'Poppins';
}
cart-remove-button .button {
    padding-bottom: 0px !important;
}
.cart-items tr th {
    font-size: 16px;
    font-family: 'Poppins';
}
.title-wrapper-with-link a.underlined-link {
    font-size: 14px;
}
#blogs .an-our-section-home.blog {
    border: 0px;
    margin-top: 20px;
}
#blogs .an-our-blog-section slider-component {
    border-left: 3px solid #141413;
    border-right: 3px solid #141413;
}
#blogs .an-our-blog-section {
    padding-top: 0px;
}
.operational-section .col-lg-6.description-tabs-box {
    padding-left: 15px;
    padding-right: 15px;
}
img.img-fluid.operational-image {
    padding-top: 10px;
}

.an-custom-filter-collerction h2 {
    font-size: 36px;
    padding: 25px 30px;
}
.an-custom-filter-collerction {
    width: 35%;
    border: 3px solid #141413;
    margin-right: 25px;
      margin-top: -90px;
}
div#ProductGridContainer {
    width: 100%;
}
li.an-collection-menu-item a {
    color: #424242;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    padding-left: 30px;
}
ul.an-collection-menu {
    padding-left: 0px;
}
ul.an-collection-menu li {
    list-style: none;
}
ul.an-collection-submenu {
    padding-left: 0px;
}
ul.an-collection-submenu-2 {
    padding-left: 0px;
}
.an-collection-menu-item>a {
    font-family: "Big Shoulders", sans-serif !important;
    background: #424242;
    width: 100%;
    display: block;
    font-weight: bold !important;
    padding: 15px 10px;
    color: #FFFFFF !important;
    font-size: 18px !important;
}
li.an-collection-submenu-item>a {
    border: 1px solid #141413;
    display: block;
    padding: 15px 30px;
    font-weight: bold;
    color: #424242;
    border-left: 0px;
    border-right: 0px;
}
ul.an-collection-submenu-2 li {
    padding: 10px 0px;
}
li.collection-list__item.grid__item .card__content {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-top: 20px !important;
}
li.collection-list__item.grid__item .card__content a.full-unstyled-link:hover {
    color: #C12126;
}
.collection-list__item.grid__item h3.card__heading a {
    font-family: Angie open off;
    font-size: 22px;
      color: #141413;
}
.collection-list__item.grid__item .card.card--standard.card--media {
    background: transparent !important;
}
ul.collection-list.grid {
    padding-bottom: 60px;
}
#collections h1.title.title--primary {
    display: inline-block;
    font-size: 42px;
    padding: 50px 90px;
    background-image: url(/cdn/shop/files/Frame_228.svg?v=1746219408);
    background-size: 100% 100%;
    color: #424242;
    margin: 0 auto !important;
    display: block;
    text-align: center;
    margin: 40px 0px !important;
}

.article-template__social-sharing .social-icons a:first-child {
    padding-bottom: 0px !important;
    padding-top: 14px;
}
.an-contact-follow-us img:hover {
    background: #424242;
}
.customer button {
    width: 149px;
    height: 46px;
    font-size: 18px;
    transition: .5s;
    border: 1px solid #c12126;
    background: #c12126 !important;
    color: #fff;
    margin-top: 20px;
    padding-top: 5px;
    border-radius: 6px !important;
    box-shadow: none;
    font-family: "Big Shoulders", sans-serif;
    font-weight: 700;
    padding-bottom: 14px !important;
}
.customer button:before {
    display: none;
}
.customer button:after {
    display: none;
}
.customer button:hover {
    color: #C12126;
    background: transparent !important;
    border-color: #141413;
}
.card-information {
    padding-bottom: 15px;
}
.description-tabs-box .tab-menu {
    width: 90%;
}
.collection__title.title-wrapper {
    padding-bottom: 40px;
    margin-bottom: 0px !important;
}
.card__media .media img {
    object-position: top !important;
}
.header__submenu .header__menu-item:hover {
    background: #C12126;
}
.blog__posts .card-wrapper .an-blog-btn a {
    border: 1px solid #141413;
}
.quick-add__submit {
    color: #C12126;
}
.header__menu-item span {
    color: #424242;
}
ul.footer-block__details-content li a {
     font-family: 'Poppins';
}
.footer-block--newsletter.scroll-trigger.animate--slide-in {
    width: 32%;
}
.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
    width: 22%;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    width: 100%;
    row-gap: 0rem;
}

.newsletter-form {
    max-width: 42rem;
    margin: initial !important;
    padding-left: 12px;
}
.newsletter-form__field-wrapper .field__input {
    color: #424242 !important;
}
.newsletter-form__field-wrapper .field {
    width: calc(100% - 32px) !important;
}
.newsletter-form {
    max-width: 49rem !important;
}
.quick-add__submit {
    font-size: 18px;
}
.wpd-login-info-extra-point-wrapper {
    display: none!important;
}
a:hover {
    color: #b40032 ;
}
.cart-drawer .cart__checkout-button:hover {
    background: transparent !important;
    color: #c12126;
    border-color: #424242;
}
.cart-drawer .cart__checkout-button {
    font-size: 18px;
    transition: .5s;
    border: 1px solid #c12126;
    background: #c12126 !important;
    color: #fff;
    margin-top: 20px;
}
.an-certifications-section ul li {
    font-family: 'Poppins';
}
.card .card__inner .card__media {
    aspect-ratio: 100 /100;
}

.card--media .card__inner .card__content {
    aspect-ratio: 100 / 105;
}
.custom-filter-mob-btn{
  display: none;
}
.certifications-heading h3 {
    color: #141413;
}
#wpd_login_button {
    padding-bottom: 10px !important;
}
div#wpd_login_register {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
}
div#wpdSubmitButtonWrapper button#wpdSubmitButton {
    padding: 17px;}
.an-feature-product-wrapper {
    margin-top: 10px !important;
}

::placeholder{
  display: block!important;
  opacity: 1!important;
  text-transform: capitalize;
}
::-webkit-input-placeholder { color: black; }
:-ms-input-placeholder { color: black; }
::-moz-placeholder { color: black; opacity: 1; }
.an-contact-form .field label.field__label {
    display: none;
}
.bootstrap-storeifyapps label{
  justify-content: left;
}
.bootstrap-storeifyapps .form-control-storeify {
    min-height: 50px !important;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.customer.login label, .customer.register label {
    display: none!important;
}
.customer.login form {
    max-width: 100%;
}

.an-terms-and-privacy {
    padding: 60px 0px;
}
.an-terms-and-privacy h2.an-primary-heading {
    margin-bottom: 40px;
    display: block;
    text-align: center;
}
.an-terms-and-privacy-info h2 {
    font-size: 30px;
    padding: 15px 0px;
}
.an-terms-and-privacy-info p {
    font-size: 16px;
}
.menu-drawer__account account-icon>.svg-wrapper {
    margin-right: 0px;
}

a:hover {
    color: #C12126 !important;
}
.button {
    color: #c12126;
}
.an-terms-and-privacy-info a {
    color: #424242;
    font-family: Poppins !important;
}

.an-terms-and-privacy-info a:hover {
    color: #c12126;
}

.an-terms-and-privacy-info li {
    font-size: 16px;
    color: #424242;
    font-family: 'Poppins';
}
.header__heading-link {
    padding-bottom: 20px;
}
header .footer__list-social li:first-child a {
    margin-left: 0px;
}

#description-tab h5 {
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 24px;
}
.Product-short_description {
    font-family: 'Poppins';
    font-size: 16px;
}


.product__all-tags ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
      row-gap: 10px;
}
.product__all-tags ul li a{
    color: #424242;
    font-family: 'Poppins';
      font-size: 18px;
    font-weight: 500;
  text-transform: capitalize;
  
}
.product__all-tags ul li:after {
    content: ',';
    font-size: 26px;
    color: #424242;
}
.product__all-tags h3 {
  font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
    padding-right: 6px;
}
.product__all-tags ul li {
    padding-right: 5px;
  line-height: 14px;
}
.product__all-tags li a:hover {
    color: #c71d27;
}
.product__all-tags ul li:last-child::after {
  display: none;
}
.product__sku span.visually-hidden {
    width: fit-content !important;
    height: 100% !important;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    padding-top: 0;
    padding-right: 6px;
    margin-bottom: 0;
    color: #424242;
    position: relative !important;
}

section.product__info-container p.product__sku {
    color: #424242 !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
section.product__info-container .metafield-rich_text_field p {
    font-family: Poppins !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #424242!important;
}
.description-tabs-box p a {
    font-size: 16px;
    color: #424242;
    font-family: 'Poppins' !important;
}
.product__all-des{
  display: none
}


.collection .pagination-wrapper {
    left: initial !important;
    right: initial !important;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: -70px;
}
.product-shop-page-section {
    margin-bottom: 80px;
}

.collection a.pagination__item.pagination__item--prev.pagination__item-arrow.link.motion-reduce {
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
    border: none;
    background: #c12126;
    border-radius: 6px;
}
.collection a.pagination__item.pagination__item--prev.pagination__item-arrow span.svg-wrapper {
    color: #fff;
    background: url(/cdn/shop/files/Arrow-Right.png);
    width: 100%;
    background-repeat: no-repeat;
    margin-left: 11px;
}
.collection a.pagination__item.pagination__item--prev.pagination__item-arrow span.svg-wrapper svg {
    opacity: 0;
}
.collection a.pagination__item.pagination__item--next.pagination__item-arrow {
    position: absolute;
    left: 0;
    width: 45px;
    height: 45px;
    border: none;
    background: #c12126;
    border-radius: 6px;
}
.collection a.pagination__item.pagination__item--next.pagination__item-arrow span.svg-wrapper {
    color: #fff;
    background: url(/cdn/shop/files/Arrow-Right.png);
    width: 100%;
    background-repeat: no-repeat;
    margin-right: 11px;
    transform: rotate(180deg);
}
.collection a.pagination__item.pagination__item--next.pagination__item-arrow span.svg-wrapper svg {
    opacity: 0;
}
.collection nav ul.pagination__list.list-unstyled li a {
    width: 45px;
    height: 45px;
    border: 1px solid #141413;
    font-family: 'Poppins';
    font-size: 16px;
    color: #424242;
    font-weight: 400;
    list-style: none;
    opacity: 1 !important;
}
.collection nav ul.pagination__list.list-unstyled li a.pagination__item.pagination__item--current {
    background: #C12126;
    color: #FFFFFF;
    opacity: 1;
    border: 1px solid #C12126;
}
.collection nav ul.pagination__list.list-unstyled li a.pagination__item.pagination__item--current:after {
    display: none;
}
.collection nav ul.pagination__list.list-unstyled li a:hover {
    background: #C12126;
    color: #FFFFFF !important;
    opacity: 1;
    border: 1px solid #C12126;
}
.collection nav ul.pagination__list.list-unstyled li a:hover:after {
    display: none;
}
.collection a.pagination__item.pagination__item--next:hover {
    background: #424242;
    border: 1px solid #424242;
}

.collection a.pagination__item.pagination__item--prev:hover {
    background: #424242;
    border: 1px solid #424242;
}
a.linkdetailstore {
    display: none;
}
section.product__info-container.product__column-sticky .product__title h2 {
    color: #141413;
}

section.product__info-container.product__column-sticky .product__title h2:hover {
    color: #c12126;
}
.description-tabs-box .tab-menu li h4 {
    padding-top: 10px;
}
#wpd_cart_button {
    padding-top: 15px;
    padding-bottom: 11px!important;
    font-weight: 700;
}

.wpd-primary-button {
    padding-top: 11px!important;
    padding-bottom: 11px!important;
}
cart-drawer.drawer.is-empty.animate.active {
    width: 100% !important;
}
cart-drawer.drawer.animate.active{
  width: 100% !important;
}
button.cart-remove-button {
    padding-top: 0px !important;
}
a.button.button--tertiary{
  padding-top: 0px !important;
}
quantity-input.quantity.cart-quantity {
    background: transparent !important;
}

.header__icons details-modal.header__search {
    display: inline !important;
}

.search__input.field__input {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
}
predictive-search.search-modal__form label {
    display: none;
}
button.predictive-search__item {
    font-weight: 700;
    font-size: 17px;
}
.template-search #main-search-filters {
    display: none;
}

.product-card-wrapper {
    padding: 10px;
}
.template-search .card--standard .card__inner {
    --ratio-percent: initial!important;
}

.template-search .card--standard {
    height: auto!important;
    --ratio-percent: initial!important;
}
.template-search {
    padding-bottom: 90px !important
}
.template-search .pagination-wrapper {
    bottom: -90px;
}
  #wpd_logo_container img {
    height: auto;
    width: 200px;
    border: none;
}

#wpd_welcome_message_container {
    display: none;
}

.wpd-top-bar-notes-item {
    font-size: 24px!important;
    font-weight: 500;
    color: #c12126!important;
}

.wpd-top-bar-notes-icon {
    width: 30px;
    height: 30px;
}

.wpd-top-bar-notes-icon path {
    fill: #c12126;
}

#wpd_cart_button_message {
    display: none;
}

#wpd_txt_search {
    font-size: 18px;
    height: 60px;
}

#wpd_sort_by_button_wrapper, #wpd_collection_filter_button_wrapper {
    font-size: 24px;
}

#wpd_sort_by_value {
    font-size: 18px;
}

#wpd_search_icon svg, #wpd_collection_filter_button_wrapper svg {
    width: 30px;
    height: 30px;
}

#wpd_sort_by_label, #wpd_collection_filter_label {
    font-size: 18px;
}

.wpd-grid-product-title-wrapper span {
    font-family: Angie open off;
    font-size: 22px;
    text-decoration: none!important;
}

.wpd-price {
    font-size: 18px;
    font-weight: 600;
}

.wpd-secondary-text-color {
    font-size: 18px;
    font-weight: 500;
}

.wpd-price-wrapper .wpd-relative-position {
    margin-bottom: 6px;
}

.wpd-secondary-button {
    background: #c12126;
    color: #e5ddd1;
    font-family: "Big Shoulders", sans-serif;
    font-size: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 20px;
    border-radius: 6px;
      text-transform: uppercase;
}

.wpd-minus-quantity {
    background: transparent!important;
}

.wpd-quantity-text-box {
    background: transparent!important;
}

.wpd-plus-quantity {
    background: transparent!important;
}


}

.template-search .collection .pagination-wrapper {
    bottom: -90px!important;
}
.template-search__search .field__label {
    display: none;
}
#wpd_logo_container img {
    height: auto!important;
    width: 200px!important;
    border: none!important;
}

#wpd_welcome_message_container {
    display: none;
}

.wpd-top-bar-notes-item {
    font-size: 24px;
    font-weight: 500;
    color: #c12126;
}

.wpd-top-bar-notes-icon {
    width: 30px!important;
    height: 30px!important;
}

.wpd-top-bar-notes-icon path {
    fill: #c12126;
}

#wpd_cart_button_message {
    display: none;
}

#wpd_txt_search {
    font-size: 18px!important;
    height: 60px!important;
}

#wpd_sort_by_button_wrapper, #wpd_collection_filter_button_wrapper {
    font-size: 24px!important;
}

#wpd_sort_by_value {
    font-size: 18px!important;
}

#wpd_search_icon svg, #wpd_collection_filter_button_wrapper svg {
    width: 30px!important;
    height: 30px!important;
}

#wpd_sort_by_label, #wpd_collection_filter_label {
    font-size: 18px!important;
}

.wpd-grid-product-title-wrapper span {
    font-family: Angie open off;
    font-size: 22px;
    text-decoration: none!important;
}

.wpd-price {
    font-size: 18px!important;
    font-weight: 600!important;
}

.wpd-secondary-text-color {
    font-size: 18px!important;
    font-weight: 500!important;
}

.wpd-price-wrapper .wpd-relative-position {
    margin-bottom: 6px;
}

.wpd-secondary-button {
    background: #c12126!important;
    color: #e5ddd1!important;
    font-family: "Big Shoulders", sans-serif!important;
    font-size: 20px!important;
    padding-top: 13px!important;
    padding-bottom: 13px!important;
    line-height: 20px!important;
    border-radius: 6px!important;
}

.wpd-minus-quantity {
    background: transparent!important;
}

.wpd-quantity-text-box {
    background: transparent!important;
}

.wpd-plus-quantity {
    background: transparent!important;
}


#wpd_cart_quantity {
    font-family: 'Poppins';
    font-size: 12px;
}
button {
    outline: none!important;
}

.quantity-box-wrapper {
    background: white;
    border-radius: 5px;
}
a#wpd_product_link {
    font-size: 16px;
    color: #c12126;
    font-family: 'Poppins';
    font-weight: 500;
}

#wpd_product_option_price_wrapper {
    flex-direction: column;
    align-items: flex-start!important;
}

#wpd_product_option_price {
    font-weight: 600;
    color: #c12126;
}
#wpd-cart-drawer-checkout {
    padding-top: 16px;
    padding-bottom: 10px!important;
    margin-right: 3px;
}

button, input, optgroup, select, textarea {
    outline: none!important;
}
#wpd_cart_button:hover path {
    fill: #c12126;
}
#product-loading-text {
    font-size: 20px;
}

.wpd-product-option-value {
    font-size: 16px;
    font-weight: 500;
}
#wpd_product_quick_view_add_to_cart {
    padding-top: 18px;
    padding-bottom: 10px !important;
}
#wpd_cart_quantity {
    background: #121212;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 6px;
}

#wpd_cart_button {
    position: relative;
  height: 50px
}
#wpd_cart_item_added {
    font-size: 16px;
    font-weight: 500;
}
#showMoreRow .wpd-pagination-buttons {
    height: 50px;
}

.loader-button-label {
    line-height: 0px;
    height: auto;
    display: block;
}
#wpd_cart_button:hover #wpd_cart_quantity {
    color: white;
}
#wpdCartNote {
    box-shadow: none!important;
      padding: 10px;
}
#cart_drawer_main_container {
    padding: 10px;
}

.wpd-cart-item-remove-container svg path {fill: #c12126;}

.wpd-cart-item-remove-container:hover svg path {
    fill: #141414;
}
#wpd-cart-drawer-checkout {
    height: 50px!important;
}
.wpd-secondary-button:hover {
    background: transparent!important;
    color: #c12126!important;
}

.wpd-secondary-button {
    border: 1px solid;
}
#wpd_product_quick_view_add_to_cart {
    min-height: 50px;
}
#wpd_product_quick_view_product_description_wrapper h5 {
    font-family: 'poppins';
    font-weight: 500;
    font-size: 16px;
}
#wpd_product_quick_view_product_description_wrapper a {
    font-family: 'Poppins';
    font-weight: 500;
    color: #c12126!important;
}
#wpd_cart_button_icon {
    width: 23px!important;
    height: 23px!important;
}
.wpd-secondary-button {
    border: 1px solid #c12126!important;
}
#showMoreRow {
    gap: 10px;
}
#showMoreRow .wpd-pagination-buttons:hover path {
    fill: #c12126;
}
.an-custom-product-slider .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}
div#wpd_product_image_gallery_wrapper .wpd-product-sub-images {
    width: calc(33% - 5px);
    aspect-ratio: 100 / 100;
    object-fit: cover;
}
.loader-wrapper {
    top: 50%;
    transform: translate(-50%, -50%);
}
.product-card-wrapper .card__heading {
    white-space: nowrap;
}

.product-card-wrapper .card--standard>.card__content .card__information {
    width: 100%;
}

.product-card-wrapper .card__content {
    display: block;
}

.product-card-wrapper .card__heading a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.template-cart cart-remove-button .button {
    height: 45px;
    margin-top: 6px!important;
    border-radius: 0px;
}
cart-remove-button .button {
    border-radius: 0px;
}
.customer h1 {
    text-align: center;
}

.account h1+a {
    padding: 10px;
    background: #c12126;
    color: #e5ddd1;
    font-family: 'Big Shoulders';
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 6px;
    min-width: 170px;
    text-align: center;
    justify-content: center;
    transition: 0.5s;
    border: 1px solid #c12126;
}

.account h1+a:hover {
    background: transparent;
    border-color: #424242;
    color: #424242!important;
}

.account h1+a:hover svg path {
    fill: #424242;
}
.collection-page-sec .an-primary-heading {
    width: 620px;
    max-width: 100%;
}
.wpd-product-title {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.button {
    text-transform: uppercase;
}
.collection-page-sec .collection-list-wrapper {
    padding: 0px;
}

.collection-page-sec .collection-list-wrapper .contact-pg-section {
    padding-top: 30px;
}
.an-wholesale-banner .row {
    justify-content: center;
}

.an-wholesale-banner {
    padding-top: 70px;
}

.an-wholesale-banner .an-wholesale-banner-img {
    width: 100%;
    margin-top: -30px;
}

.wholesale-benefit-item {
    border: 2px solid #424242;
    margin-bottom: 30px;
    padding: 30px;
    min-height: 240px;
    transition: 0.5s;
}

.wholesale-benefit-item figure {
    display: inline-flex;
    width: 94px;
    height: 94px;
    background: #c12126;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.5s;
}

.wholesale-benefit-item h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.wholesale-benefit-item:hover {
    background: #c12126;
    color: #e5ddd1;
    border-color: #c12126;
}

.wholesale-benefit-item:hover figure {
    background: #e2dace;
}

.wholesale-benefit-item:hover figure img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(33%) saturate(6874%) hue-rotate(344deg) brightness(84%) contrast(95%);
}

.wholesalebenefits .second {
    margin-top: 80px;
}

.wholesalebenefits {
    position: relative;
}

.wholesalebenefits .arrow-1 {
    position: absolute;
    left: 50%;
    top: 70px;
}

.an-traiining-left {
    position: relative;
}

.wholesalebenefits .arrow-2 {
    position: absolute;
    left: 40%;
    transform: rotateX(180deg) rotate(-33deg);
    bottom: 90px;
}

.wholesalebenefits .let-connect-btn {
    border-top: none;
}
.wholesalebenefits .bottom-img {
    position: absolute;
    bottom: 0px;
    right: 30px;
    width: 210px;
}
.an-wholesale-banner .page-width {
    position: relative;
}
.wholesalebenefits .let-connect-btn {
    padding: 0px;
}

.wholesalebenefits {
    padding-bottom: 70px;
}
 img.an-testimonial-image {
    width: 100%;
}
.an-feature-product-wrapper .slider-buttons {
    display: none;
}

.an-our-blog-section .article-card-wrapper .an-blog-btn {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 10px;
}
.an-our-blog-section .article-card-wrapper .card__content {
    padding-bottom: 75px;
}
.an-volt-logo {
    margin: 0px;
}
.an-follow-us-slider {
    display: none;
}
section.an-follow-us-section {
    border-bottom: 3px solid #141413;
}
div#insta-feed {
    padding: 15px 0px;
    border: 3px solid #141413;
    border-top: 0px;
}
.article-template__social-sharing .social-icons a {
    padding: 0px!important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.article-template__social-sharing .social-icons a svg {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px!important;
}
.article-template__social-sharing .social-icons a .icon-instagram {
    position: relative;
    top: 3px;
    left: 2px;
}
.description-tabs-box {
    padding-left: 15px;
}

section.operational-section {
    padding: 30px 0px;
}
.an-our-section-home.blog {
    margin-bottom: 15px;
}
@media(min-width: 1199px){
#cafe-support .an-banner h1 {
    font-size: 50px;
    line-height: 55px;
}
}
@media(min-width: 1300px){
.is-safari .collection-hero__text-wrapper {
      margin-left: 26.8% !important;
    }
    .is-safari .product__info-wrapper .product-form__submit {
      margin-top: -13%;
      right: 0;
      width: 71%;
    }
    .is-safari .newsletter-form__field-wrapper {
      max-width: 33rem;
    }
    .is-safari .newsletter-form__button {
      height: 54px !important;
    }
}
@media (min-width: 575px){
  #wpd_product_option_popup_main_container {
    width: 830px!important;
    max-width: 90%!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
            min-height: 600px;
}
}