/** Shopify CDN: Minification failed

Line 29:20 Unexpected "{"

**/
/* Custom CSS */

.variant-zero-price {
  color: #ffffff !important;
  background-color: #25d366 !important;
      border: 2px solid #ffffff !important;
}

/* Make the selector more specific */
.product-form__input--pill input[type="radio"]:checked + label.variant-zero-price {
  color: #ffffff !important;
  background-color: #25d366 !important;
      border: 2px solid #ffffff !important;
}


body {
    -webkit-text-size-adjust: 100%;
}

.cart__warnings .button, .contact__button .button, .cart__checkout-button, .product-form__submit, .cart-notification__links .button, .drawer__footer .button {background-color: rgb(255 255 255);
    border: 2px solid #e74739 !important; --border-offset: unset;color: #000;}

.page-width .button,{
  background-color: rgb(255 255 255)!important;
}
quantity-popover .quantity {
    background: rgb(255 255 255)!important;
}


@media only screen and (max-width: 989px) and (min-width: 300px)  {
.multicolumn-card__image-wrapper--third-width {
    width: 10%!important;
}
}



section#shopify-section-template--22301265363272__main {
    max-width: 900px;
    margin: auto;
}

.footer__copyright{margin-bottom:30px;}

.box_link_check{font-weight:900;}

/* Styling for the toggle container and items */
.toggle-container {
  margin: 20px 0;
}

.toggle-item {
  margin-bottom: 10px;
}

.toggle-btn {
    background-color: #f9f9f9;
    border: 1px solid #ececec;
    border-radius: 8px;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; /* Space between content and caret */
  cursor: pointer;
}

.toggle-btn .toggle-icon {
  margin-right: 10px;
  width: 24px; /* Adjust image/icon size */
  height: 24px; /* Adjust image/icon size */
  flex-grow: 0; /* Prevent icon from stretching */
  border-radius: 0px !important;
}

.toggle-btn .toggle-title {
  flex-grow: 1; /* Allow title to grow and take available space */
  text-align: left; /* Ensure text is aligned to the left */
    display: flex;
    align-items: center;
}

.toggle-btn .toggle-icon-caret {
  transition: transform 0.3s ease; /* Smooth animation for icon */
  width: 12px; /* Adjust caret icon size */
  height: 12px; /* Adjust caret icon size */
  flex-shrink: 0; /* Prevent caret from shrinking */
}

/* Optional: Styling for when the content is visible */
.toggle-content.open {
  display: block;margin-bottom: 40px;
}

.toggle-content {
  display: none;  /* Hide content initially */
  padding-left: 20px;
  margin-left: 15px;
    font-size: 14px;
    line-height: 1.5em;
}

.toggle-content li {
  list-style-type: disc;
}


.product-popup-modal__content-info h1 {
    margin-bottom: 20px !important;
}







.product__media-wrapper {
    padding: 20px;
}

.product__tax{display:none;}

@media only screen and (max-width: 750px) {
  .second_p_img{displaY:none;}

  .product.product--small.product--left.product--thumbnail_slider {
    flex-direction: column-reverse;
}
}

.product__title{
display: flex;
align-items: center;
}
.product-featured-img{
width: 40px;
  border-radius: 8px;
margin-right: 10px!important;
}

.second_p_img {
    overflow: hidden;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    max-width: 100%;
    height: 60vh;
  max-height: 600px;
}
.product-custom-fields{
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e0e6ed;
    border-radius: 10px;
    box-shadow: 0 2px 4px #0000000d;
}
.product-custom-fields h3 {
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #2a2a2a;
    text-align: center;
    position: relative;
}
.product-custom-fields h3:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #000;
    margin: 8px auto 0;
    border-radius: 2px;
}

.p-data-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.p-data-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
    color: #4a4a4a;
}
.p-data-list li .data-label {
    font-weight: 600;
    color: #000;
    flex: 1;
    text-align: left;
}
.p-data-list li .data-value {
    font-weight: 400;
    color: #2a2a2a;
    flex: 2;
    text-align: right;
}

legend.form__label {
}

.icon-with-text__item {
    margin: 0 25px;
}
.icon-with-text .h4 {
    font-size: 12px;
}
.icon-with-text .svg-wrapper {
    width: 30px !important;
    height: 30px !important;
}
@media only screen and (max-width: 550px) {.icon-with-text__item {
    margin: 0 5px;
}}

.hidden-section{opacity:0;}

.productpagewidth {
    max-width: 1200px;
    margin: auto;
}

#product-grid .card__inner {
    max-width: 50px;
border-radius: 0px;
}
#product-grid .card__inner > div {
    border-radius: 0px !important;
}
#product-grid .card-information {
    display: none;
}
#product-grid .card.card--standard {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    text-align: left;
    background-color: #fff;
    border: 2px solid #e74739;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 10px;
}

span.variant-price {
    display: block;
    font-weight: 600;
    margin-top: 8px;
}

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

  .product-form__input {
    grid-template-columns: repeat(2, 1fr)!important;
}
  
#product-grid .card.card--standard {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    gap: 5px;
    text-align: center;
}
#product-grid .card__inner {
    max-width: 150px;
}
  
}

   #product-grid .card__information {
        padding-bottom: 0!important;
        padding-top: 0!important;
    }





.footer-block .rte {
    margin-bottom: 20px;
}
.footer-block__image-wrapper {
    margin-left: -15px;
}

#shopify-section-template--22301265264968__tabbed_section_xxHiLg .page-width {}

h1.main-page-title.page-title {
    font-weight: 700;
}

img.guide_img {
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
    border-style: none;
    border-radius: 5px;
    box-shadow: none;
    border: none;
}
img.guide_img_ios {
    height: auto;       /* Maintains aspect ratio */
    width: 100%;        /* Ensures the image scales down with the container */
    display: block;     /* Removes any space below the image */
    object-fit: contain; /* Ensures the image is contained within its box */
    box-sizing: border-box;
    border-style: none;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    max-width: 700px;
}

img.guide_img_ios-small {
    height: auto;       /* Maintains aspect ratio */
    width: 100%;        /* Ensures the image scales down with the container */
    display: block;     /* Removes any space below the image */
    object-fit: contain; /* Ensures the image is contained within its box */
    box-sizing: border-box;
    border-style: none;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    max-width: 350px;
}


img.guide_img_unlock {
    height: auto;       /* Maintains aspect ratio */
    width: 100%;        /* Ensures the image scales down with the container */
    display: block;     /* Removes any space below the image */
    object-fit: contain; /* Ensures the image is contained within its box */
    box-sizing: border-box;
    border-style: none;
    border-radius: 5px;
    box-shadow: none;
    border: none;
}
.page-h3{font-weight: 600;}
.product__title h1 {
  font-size: 2em;
  font-weight: 600;
}
ul.productpage_listinfo {
    margin-bottom: 30px;
  font-size:13px;
}

.product-form__input.product-form__quantity {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  gap: 1px;
}
.product-form__input {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
legend.form__label {
    margin-bottom: 10px !important;
}
.product-form__input--pill input[type="radio"]:checked + label {
  color: #000000!important;
    background-color: #fff!important;
    border: 2px solid #000000!important;
    transition: all 0.5s ease-out;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    padding: 20px 15px!important;
    border-radius: 10px!important;
    text-align:center!important;
  align-content: center;
}
.product-form__input--pill input[type="radio"] + label {
  color: #000000!important;
    background-color: #fff!important;
    border: 2px solid #e74739!important;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    padding: 20px 15px!important;
    border-radius: 10px!important;
    text-align:center!important;
  align-content: center;
}

.product-form__buttons{max-width:unset!important;}

.product-form__input .form__label {
  font-weight: 600;
}
.price.price--large.price--show-badge {
  font-weight: 600;
  font-size: 2.5rem;
  color: #e74917;
}
.product__description h3 {
    font-size: 16px;
    font-weight: 600;
}

.product__description {
  /*
    background-color: #f7f8fa;
    color: #6b7279;
    padding: 25px 25px;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    height: auto;
    overflow: visible;
  */
  
}

.product__description ul {
    margin: 0;
    padding-left: 0;
}

.product__description p{}


.three-box-layout .box {
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e0e6ed;
    border-radius: 10px;
    box-shadow: 0 2px 4px #0000000d;
}

.three-box-layout .box h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #2a2a2a;
    position: relative;
}
.box-features li:last-child {
    display: none;
}
.product__description .three-box-layout .box-technical-specs, .product__description .three-box-layout .box-features{display:none;}
.product-description-features .three-box-layout .box-description{display:none;}

.product-popup-modal__button {
    margin: 0px;
    padding: 15px 35px!important;
    border-radius: 12px;
    text-decoration: none;
    min-height: unset;
    text-underline-offset: auto;
    text-decoration-thickness: 0;
    color: #000 !important;
    background-color: #fff !important;
    border: 2px solid #000000 !important;
    transition: all .5s ease-out!important;
    box-shadow: 0 5px 15px #00000014;
}
.product-popup-modal__button:hover{border: 2px solid #e74739 !important;transition: all .5s ease-out!important;}

.product-popup-modal__opener{margin-top: 0px!important;}

.product-popup-modal__button:before {
    font-family: 'Font Awesome 5 Free' !important;
    content: "\f10b" !important;
    font-weight: 900 !important;
  margin-right:5px;
}


.emoji {
display: inline-block;
    width: 36px;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-position: center;
}

.emoji-usa { background-image: url('https://flagcdn.com/w320/us.png'); }
.emoji-uk { background-image: url('https://flagcdn.com/w320/gb.png'); }
.emoji-canada { background-image: url('https://flagcdn.com/w320/ca.png'); }
.emoji-australia { background-image: url('https://flagcdn.com/w320/au.png'); }
.emoji-germany { background-image: url('https://flagcdn.com/w320/de.png'); }
.emoji-france { background-image: url('https://flagcdn.com/w320/fr.png'); }
.emoji-italy { background-image: url('https://flagcdn.com/w320/it.png'); }
.emoji-spain { background-image: url('https://flagcdn.com/w320/es.png'); }
.emoji-mexico { background-image: url('https://flagcdn.com/w320/mx.png'); }
.emoji-japan { background-image: url('https://flagcdn.com/w320/jp.png'); }
.emoji-india { background-image: url('https://flagcdn.com/w320/in.png'); }
.emoji-brazil { background-image: url('https://flagcdn.com/w320/br.png'); }
.emoji-china { background-image: url('https://flagcdn.com/w320/cn.png'); }
.emoji-south-korea { background-image: url('https://flagcdn.com/w320/kr.png'); }
.emoji-south-africa { background-image: url('https://flagcdn.com/w320/za.png'); }
.emoji-argentina { background-image: url('https://flagcdn.com/w320/ar.png'); }
.emoji-russia { background-image: url('https://flagcdn.com/w320/ru.png'); }
.emoji-saudi-arabia { background-image: url('https://flagcdn.com/w320/sa.png'); }
.emoji-nigeria { background-image: url('https://flagcdn.com/w320/ng.png'); }
.emoji-egypt { background-image: url('https://flagcdn.com/w320/eg.png'); }
.emoji-uae { background-image: url('https://flagcdn.com/w320/ae.png'); }
.emoji-thailand { background-image: url('https://flagcdn.com/w320/th.png'); }
.emoji-israel { background-image: url('https://flagcdn.com/w320/il.png'); }
.emoji-estonia { background-image: url('https://flagcdn.com/w320/ee.png'); }
.emoji-malaysia { background-image: url('https://flagcdn.com/w320/my.png'); }
.emoji-ireland { background-image: url('https://flagcdn.com/w320/ie.png'); }
.emoji-new-zealand { background-image: url('https://flagcdn.com/w320/nz.png'); }
.emoji-netherlands { background-image: url('https://flagcdn.com/w320/nl.png'); }
.emoji-iceland { background-image: url('https://flagcdn.com/w320/is.png'); }
.emoji-uruguay { background-image: url('https://flagcdn.com/w320/uy.png'); }
.emoji-belgium { background-image: url('https://flagcdn.com/w320/be.png'); }
.emoji-norway { background-image: url('https://flagcdn.com/w320/no.png'); }
.emoji-slovenia { background-image: url('https://flagcdn.com/w320/si.png'); }
.emoji-romania { background-image: url('https://flagcdn.com/w320/ro.png'); }
.emoji-vietnam { background-image: url('https://flagcdn.com/w320/vn.png'); }
.emoji-bulgaria { background-image: url('https://flagcdn.com/w320/bg.png'); }
.emoji-sweden { background-image: url('https://flagcdn.com/w320/se.png'); }
.emoji-bosnia-herzegovina { background-image: url('https://flagcdn.com/w320/ba.png'); }
.emoji-slovakia { background-image: url('https://flagcdn.com/w320/sk.png'); }
.emoji-turkey { background-image: url('https://flagcdn.com/w320/tr.png'); }
.emoji-belarus { background-image: url('https://flagcdn.com/w320/by.png'); }
.emoji-moldova { background-image: url('https://flagcdn.com/w320/md.png'); }
.emoji-denmark { background-image: url('https://flagcdn.com/w320/dk.png'); }
.emoji-azerbaijan { background-image: url('https://flagcdn.com/w320/az.png'); }
.emoji-cyprus { background-image: url('https://flagcdn.com/w320/cy.png'); }
.emoji-greece { background-image: url('https://flagcdn.com/w320/gr.png'); }
.emoji-switzerland { background-image: url('https://flagcdn.com/w320/ch.png'); }
.emoji-lithuania { background-image: url('https://flagcdn.com/w320/lt.png'); }
.emoji-luxembourg { background-image: url('https://flagcdn.com/w320/lu.png'); }
.emoji-hungary { background-image: url('https://flagcdn.com/w320/hu.png'); }
.emoji-portugal { background-image: url('https://flagcdn.com/w320/pt.png'); }
.emoji-czech-republic { background-image: url('https://flagcdn.com/w320/cz.png'); }
.emoji-armenia { background-image: url('https://flagcdn.com/w320/am.png'); }
.emoji-north-macedonia { background-image: url('https://flagcdn.com/w320/mk.png'); }
.emoji-virgin-islands { background-image: url('https://flagcdn.com/w320/vi.png'); }
.emoji-kazakhstan { background-image: url('https://flagcdn.com/w320/kz.png'); }
.emoji-jordan { background-image: url('https://flagcdn.com/w320/jo.png'); }
.emoji-turkmenistan { background-image: url('https://flagcdn.com/w320/tm.png'); }
.emoji-macau { background-image: url('https://flagcdn.com/w320/mo.png'); }
.emoji-kuwait { background-image: url('https://flagcdn.com/w320/kw.png'); }
.emoji-burundi { background-image: url('https://flagcdn.com/w320/bi.png'); }
.emoji-guinea-bissau { background-image: url('https://flagcdn.com/w320/gw.png'); }
.emoji-chile { background-image: url('https://flagcdn.com/w320/cl.png'); }
.emoji-bonaire { background-image: url('https://flagcdn.com/w320/bq.png'); }
.emoji-vanuatu { background-image: url('https://flagcdn.com/w320/vu.png'); }
.emoji-kyrgyzstan { background-image: url('https://flagcdn.com/w320/kg.png'); }
.emoji-lesotho { background-image: url('https://flagcdn.com/w320/ls.png'); }
.emoji-mauritius { background-image: url('https://flagcdn.com/w320/mu.png'); }
.emoji-cape-verde { background-image: url('https://flagcdn.com/w320/cv.png'); }
.emoji-guinea { background-image: url('https://flagcdn.com/w320/gn.png'); }
.emoji-maldives { background-image: url('https://flagcdn.com/w320/mv.png'); }
.emoji-timor-leste { background-image: url('https://flagcdn.com/w320/tl.png'); }
.emoji-samoa { background-image: url('https://flagcdn.com/w320/ws.png'); }
.emoji-nkorea { background-image: url('https://flagcdn.com/w320/kp.png'); }
.emoji-solomon-islands { background-image: url('https://flagcdn.com/w320/sb.png'); }
.emoji-dominican-republic { background-image: url('https://flagcdn.com/w320/do.png'); }
.emoji-barbados { background-image: url('https://flagcdn.com/w320/bb.png'); }
.emoji-greenland { background-image: url('https://flagcdn.com/w320/gl.png'); }
.emoji-british-indian-ocean-territory { background-image: url('https://flagcdn.com/w320/io.png'); }
.emoji-singapore { background-image: url('https://flagcdn.com/w320/sg.png'); }

.emoji-indonesia { background-image: url('https://flagcdn.com/w320/id.png'); }
.emoji-cambodia { background-image: url('https://flagcdn.com/w320/kh.png'); }
.emoji-hong-kong { background-image: url('https://flagcdn.com/w320/hk.png'); }
.emoji-taiwan { background-image: url('https://flagcdn.com/w320/tw.png'); }
.emoji-bahrain { background-image: url('https://flagcdn.com/w320/bh.png'); }
.emoji-qatar { background-image: url('https://flagcdn.com/w320/qa.png'); }
.emoji-iraq { background-image: url('https://flagcdn.com/w320/iq.png'); }
.emoji-latvia { background-image: url('https://flagcdn.com/w320/lv.png'); }
.emoji-malta { background-image: url('https://flagcdn.com/w320/mt.png'); }
.emoji-ukraine { background-image: url('https://flagcdn.com/w320/ua.png'); }
.emoji-liechtenstein { background-image: url('https://flagcdn.com/w320/li.png'); }
.emoji-austria { background-image: url('https://flagcdn.com/w320/at.png'); }
.emoji-croatia { background-image: url('https://flagcdn.com/w320/hr.png'); }
.emoji-finland { background-image: url('https://flagcdn.com/w320/fi.png'); }
.emoji-uzbekistan { background-image: url('https://flagcdn.com/w320/uz.png'); }
.emoji-pakistan { background-image: url('https://flagcdn.com/w320/pk.png'); }
.emoji-sri-lanka { background-image: url('https://flagcdn.com/w320/lk.png'); }

.emoji-poland { background-image: url('https://flagcdn.com/w320/pl.png'); }
.emoji-bolivia { background-image: url('https://flagcdn.com/w320/bo.png'); }
.emoji-colombia { background-image: url('https://flagcdn.com/w320/co.png'); }
.emoji-paraguay { background-image: url('https://flagcdn.com/w320/py.png'); }
.emoji-guadeloupe { background-image: url('https://flagcdn.com/w320/gp.png'); }
.emoji-peru { background-image: url('https://flagcdn.com/w320/pe.png'); }
.emoji-puerto-rico { background-image: url('https://flagcdn.com/w320/pr.png'); }
.emoji-anguilla { background-image: url('https://flagcdn.com/w320/ai.png'); }
.emoji-antigua-and-barbuda { background-image: url('https://flagcdn.com/w320/ag.png'); }
.emoji-grenada { background-image: url('https://flagcdn.com/w320/gd.png'); }
.emoji-montserrat { background-image: url('https://flagcdn.com/w320/ms.png'); }
.emoji-saint-kitts-and-nevis { background-image: url('https://flagcdn.com/w320/kn.png'); }
.emoji-netherlands-antilles { background-image: url('https://flagcdn.com/w320/an.png'); }
.emoji-saint-lucia { background-image: url('https://flagcdn.com/w320/lc.png'); }
.emoji-french-guiana { background-image: url('https://flagcdn.com/w320/gf.png'); }
.emoji-saint-vincent-and-the-grenadines { background-image: url('https://flagcdn.com/w320/vc.png'); }
.emoji-dominica { background-image: url('https://flagcdn.com/w320/dm.png'); }
.emoji-turks-and-caicos-islands { background-image: url('https://flagcdn.com/w320/tc.png'); }
.emoji-virgin-islands { background-image: url('https://flagcdn.com/w320/vg.png'); }
.emoji-jamaica { background-image: url('https://flagcdn.com/w320/jm.png'); }
.emoji-cayman-islands { background-image: url('https://flagcdn.com/w320/ky.png'); }
.emoji-philippines { background-image: url('https://flagcdn.com/w320/ph.png'); }
.emoji-curacao { background-image: url('https://flagcdn.com/w320/cw.png'); }

.emoji-reunion { background-image: url('https://flagcdn.com/w320/re.png'); }
.emoji-tunisia { background-image: url('https://flagcdn.com/w320/tn.png'); }
.emoji-morocco { background-image: url('https://flagcdn.com/w320/ma.png'); }
.emoji-brunei { background-image: url('https://flagcdn.com/w320/bn.png'); }

.emoji-albania { background-image: url('https://flagcdn.com/w320/al.png'); }
.emoji-aland-islands { background-image: url('https://flagcdn.com/w320/ax.png'); }
.emoji-bangladesh { background-image: url('https://flagcdn.com/w320/bd.png'); }
.emoji-botswana { background-image: url('https://flagcdn.com/w320/bw.png'); }
.emoji-cameroon { background-image: url('https://flagcdn.com/w320/cm.png'); }
.emoji-central-african-republic { background-image: url('https://flagcdn.com/w320/cf.png'); }
.emoji-chad { background-image: url('https://flagcdn.com/w320/td.png'); }
.emoji-congo { background-image: url('https://flagcdn.com/w320/cg.png'); }
.emoji-costa-rica { background-image: url('https://flagcdn.com/w320/cr.png'); }
.emoji-ivory-coast { background-image: url('https://flagcdn.com/w320/ci.png'); }
.emoji-ecuador { background-image: url('https://flagcdn.com/w320/ec.png'); }
.emoji-el-salvador { background-image: url('https://flagcdn.com/w320/sv.png'); }
.emoji-gabon { background-image: url('https://flagcdn.com/w320/ga.png'); }
.emoji-georgia { background-image: url('https://flagcdn.com/w320/ge.png'); }
.emoji-gibraltar { background-image: url('https://flagcdn.com/w320/gi.png'); }
.emoji-guatemala { background-image: url('https://flagcdn.com/w320/gt.png'); }
.emoji-guernsey { background-image: url('https://flagcdn.com/w320/gg.png'); }
.emoji-honduras { background-image: url('https://flagcdn.com/w320/hn.png'); }
.emoji-isle-of-man { background-image: url('https://flagcdn.com/w320/im.png'); }
.emoji-jersey { background-image: url('https://flagcdn.com/w320/je.png'); }
.emoji-kenya { background-image: url('https://flagcdn.com/w320/ke.png'); }
.emoji-kosovo { background-image: url('https://flagcdn.com/w320/xk.png'); }
.emoji-liberia { background-image: url('https://flagcdn.com/w320/lr.png'); }
.emoji-madagascar { background-image: url('https://flagcdn.com/w320/mg.png'); }
.emoji-malawi { background-image: url('https://flagcdn.com/w320/mw.png'); }
.emoji-mali { background-image: url('https://flagcdn.com/w320/ml.png'); }
.emoji-mongolia { background-image: url('https://flagcdn.com/w320/mn.png'); }
.emoji-montenegro { background-image: url('https://flagcdn.com/w320/me.png'); }
.emoji-mozambique { background-image: url('https://flagcdn.com/w320/mz.png'); }
.emoji-nepal { background-image: url('https://flagcdn.com/w320/np.png'); }
.emoji-nicaragua { background-image: url('https://flagcdn.com/w320/ni.png'); }
.emoji-niger { background-image: url('https://flagcdn.com/w320/ne.png'); }
.emoji-oman { background-image: url('https://flagcdn.com/w320/om.png'); }
.emoji-panama { background-image: url('https://flagcdn.com/w320/pa.png'); }
.emoji-senegal { background-image: url('https://flagcdn.com/w320/sn.png'); }
.emoji-serbia { background-image: url('https://flagcdn.com/w320/rs.png'); }
.emoji-seychelles { background-image: url('https://flagcdn.com/w320/sc.png'); }
.emoji-sudan { background-image: url('https://flagcdn.com/w320/sd.png'); }
.emoji-swaziland { background-image: url('https://flagcdn.com/w320/sz.png'); }
.emoji-tanzania { background-image: url('https://flagcdn.com/w320/tz.png'); }
.emoji-uganda { background-image: url('https://flagcdn.com/w320/ug.png'); }
.emoji-yemen { background-image: url('https://flagcdn.com/w320/ye.png'); }
.emoji-zambia { background-image: url('https://flagcdn.com/w320/zm.png'); }



/* Tooltip style */
.emoji[title] {
  position: relative; /* Set position relative to the parent for tooltip positioning */
  cursor: pointer; /* Indicate it's interactive */
}

/* Tooltip content */
.emoji[title]:hover::after {
  content: attr(title); /* Use the title attribute as the tooltip text */
  position: absolute;
  bottom: 100%; /* Position the tooltip above the emoji */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7); /* Dark background */
  color: #fff; /* White text */
  padding: 5px;
  border-radius: 3px;
  font-size: 12px; /* Optional: Adjust text size */
  white-space: nowrap; /* Prevent text wrapping */
  z-index: 9999; /* Make sure it's above other elements */
  opacity: 0;
  transition: opacity 0.3s ease-in-out; /* Smooth fade in/out */ text-indent: 0px;
}

/* Show tooltip on hover */
.emoji[title]:hover::after {
  opacity: 1;
}


.product-popup-modal__content {
    background-color: rgb(255 255 255)!important;
      height: auto!important;
    min-height: 350px!important;
  max-width:800px!important;
}
.product-popup-modal__toggle {
 color: #ffffff!important;
}
  
#shopify-section-template--22301265264968__multicolumn_iK7dpp .grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: row;
  align-content: flex-start;
  justify-content: space-evenly;
  align-items: stretch;
}
#shopify-section-template--22301265264968__multicolumn_iK7dpp .multicolumn-card__info {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/*
#shopify-section-template--22301265264968__multicolumn_iK7dpp .media.media--transparent.media--adapt {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  padding: 0px !important;
  background: #fafafa;
  background: linear-gradient(90deg, #fafafa 0%, rgb(255 255 255) 50%, rgb(250 250 250) 100%);
  border-radius: 100px;
}
*/

#shopify-section-template--22301265264968__multicolumn_iK7dpp .media > img {
  object-fit: contain;
}
/*
#shopify-section-template--22301265264968__multicolumn_iK7dpp .multicolumn-list__item img {
  width: 50px;
  height: 50px;
  padding: 5px;
  left: 0;
  right: 0;
  transform: none;
  position-area: center;
}
*/
#shopify-section-template--22301265264968__multicolumn_iK7dpp h3.inline-richtext {
  font-weight: 600;
}

#shopify-section-template--22301265264968__multicolumn_iK7dpp .multicolumn-list__item {
        padding-bottom: 0;
        padding: 20px;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px;
        border-radius: 6px;
        box-sizing: border-box;
}