/** Shopify CDN: Minification failed

Line 1426:10 Expected identifier but found whitespace
Line 1426:12 Unexpected "{"
Line 1426:23 Expected ":"
Line 1437:0 Unexpected "}"
Line 1543:10 Expected identifier but found whitespace
Line 1543:12 Unexpected "{"
Line 1543:23 Expected ":"

**/
#insta-feedd h2 {
    font-size: 24px;
    line-height: 30.12px;
    margin-bottom: 40px;
}
.intsa-container {
    display: flex;
}
a.insta-link {
    position: relative;
}
img.image-insta {
    height: 250px;
    object-fit: cover;
    background-size: cover;
    width: 350px;
}
.instafeedd-hover-icon {
    position: absolute;
    top: 50%;
    transition: all .2s ease-in-out;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
}
img.image-insta:hover {
    filter: brightness(50%);
    transition: all .2s ease-in-out;
}
.cust_hot_spot h2.h2 {overflow-wrap: anywhere;text-transform: capitalize;font-size: 28px;font-weight: 700;}

.cust_hot_spot {
    gap: 27px !important;
}
.main_btn_text .abso_btn {
    position: absolute;
}
.main_btn_text .abso_btn button.cust_tap-area {
    position: relative;
}
.main_btn_text .abso_btn button.cust_tap-area {
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    z-index: 1;
}
.main_btn_text .abso_btn button.cust_tap-area:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background: radial-gradient(67% 60% at 50% 50%,#fff0,#fffffff5);
    border-radius: 50%;
    transform: translate(-50%,-50%);
    padding: 11px;
    z-index: -1;
    animation: 1s ease-in-out infinite alternate secpulsee;
}
.main_btn_text .abso_btn button.cust_tap-area:after {
    content: "";
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    padding: 16px;
    background: radial-gradient(50% 50% at 50% 50%,#ffffff24,#ffffff4d);
    border-radius: inherit;
    animation: 1s ease-in-out infinite alternate pulsee;
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}

@keyframes pulsee{
    0% {
    opacity:.4;
}
    100% {
    opacity:1;
}
}
@keyframes secpulsee{
    0% {
    opacity:.4;
}
    100% {
    opacity:1;
}
}
.main_btn_text .abso_btn button.cust_tap-area svg.icon {
    color: transparent;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}
.main_btn_text .abso_btn_desc {
    opacity: 0;
    visibility: hidden;
    transition: all .5s linear;
    background: #fff;
    color: #000;
    padding: 10px;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
}
.main_btn_text .abso_btn_desc h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
}
.main_btn_text .abso_btn_desc .abso_btn_desc_data {
    margin-top: 10px;
}
.main_btn_text .abso_btn:hover+.abso_btn_desc, .abso_btn_desc:hover {
    opacity: 1;
    visibility: visible;
}
.popUP_close_icon {
    display: none;
}
.home-text-icons .section-stack .justify-self-center .h3 {
    display: flex;
    align-items: center;
  text-align:center;
    justify-content: center;
    font-weight: 700;
    font-size: 32px;
    text-transform: capitalize;
    padding-bottom: 29px;
    position: relative;
    width: 100%;
}
.home-text-icons .section-stack .justify-self-center {
    width: 100%;
}
.home-text-icons .section-stack .justify-self-center .h3:before, .home-text-icons .section-stack .justify-self-center .h3:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #ddd;
}
.home-text-icons .section-stack .justify-self-center .h3:before {
    margin-right: 70px;
}
.home-text-icons .section-stack .justify-self-center .h3:after {
    margin-left: 70px;
}
.home-text-icons  .text-with-icons__text-wrapper p.h6 {
    font-size: 22px!important;
    font-weight: 700!important;
    line-height: 27.61px!important;
    text-align: center;
    color: #000!important;  
}
.home-text-icons .text-with-icons page-dots {
    display: none;
}


/***** product page css ****/

.section.section--tight.section-blends.section-full {
    padding-top: 0;
}
.product-gallery .product-gallery__ar-wrapper media-carousel {
    gap: 10px;
}
.product-gallery .product-gallery__ar-wrapper media-carousel .product-gallery__media {
    height: 100%;
}
.product-gallery__media-list-wrapper .saved_amount {
    position: absolute;
    background: #ff6500;
    color: #fff;
    font-size: 12px;
    padding: 1px 12px;
    top: 10px;
    left: 10px;
    font-weight: 700;
}
.product-gallery__media-list-wrapper .saved_amount {
    top: 8px;
    line-height: 19.2px;
    padding: 6px 12px!important;
}
.product .product-info h1.product-info__title {
    font-size: 32px;
    line-height: 38.4px;
    /* font-family: Mulish,serif; */
    font-weight: 700;
}
.product-info__liquid .loox-rating {
    padding-top: 15px;
    font-size: 12px!important;
    font-weight: 400!important;
}
.product .product-info .loox-rating span.loox-rating-label {
    font-weight: 400;
    line-height: 15.06px;
    color: #000;
}
.product .product-info .product-info__price {
    margin-top: 15px;
}
.product .product-info .product-info__price+hr.product-info__separator {
    margin: 22px 0;
}
.product .product-info details.product-info__accordion summary .accordion__toggle {
    padding: 8px 15px;
    background: #fbfbfb;
}
img.alarmm {
    width: 23px;
    display: block;
    margin-right: 10px;
}
.product .product-info details.product-info__accordion .accordion__content {
    padding: 15px;
}
.variant-picker__option-infoone {
    margin-bottom: 15px;
}
.product .product-info .product-info__variant-picker label.media-swatch {
    width: 52px;
    height: 60px;
    border: 2px solid transparent;
}
.product .product-info .product-info__variant-picker input:checked+label.media-swatch:before {
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
}
.product .product-info .size-block-design {
    padding: 20px 0;
}
.product .product-info .product-info__variant-picker .variant-picker__option-info {
    margin-bottom: 15px;
}
.product .product-info .size-block-design .variant-picker__option-info .h-stack {
    padding-bottom: 2px;
}
.product .product-info .product-info__variant-picker .variant-picker__option-info legend.text-subdued {
    line-height: 20.08px;
  font-size: 16px;
    font-weight: 700;
    color: #000;
}
.product .product-info .product-info__variant-picker label.block-swatch {
    height: 36px;
    padding: 0;
    font-weight: 400;
}
.product .product-info kaching-bundle .kaching-bundles__block .kaching-bundles__bar {
    position: relative;
}
.kaching-bundles .kaching-bundles__bar>input[type=radio] {
    display: block!important;
    display: flex!important;
    flex-shrink: 0;
    width: 28px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #fff;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    margin-left: 10px;
    margin-top: 18px;
    accent-color: #000;
    top: 5px;
}
.product .product-info kaching-bundle .kaching-bundles__block .kaching-bundles__bar .kaching-bundles__bar-main {
    gap: 8px;
}
.kaching-bundles .kaching-bundles__bar-image {
    margin-left: 20px;
}
.product .product-info kaching-bundle .kaching-bundles__block .kaching-bundles__bar .kaching-bundles__bar-main span.kaching-bundles__bar-title {
    margin-bottom: 3px;
}
.product .product-info kaching-bundle .kaching-bundles__block .kaching-bundles__bar:not(:first-child) {
    margin-top: 8px;
}
.product .product-info kaching-bundle .kaching-bundles__block .kaching-bundles__bar .kaching-bundles__bar-most-popular {
    top: -2px;
}
.product .product-info kaching-bundle .kaching-bundles__block .kaching-bundles__bar .kaching-bundles__bar-most-popular .kaching-bundles__bar-most-popular__content {
    border-radius: 0;
}
.kaching-bundles .kaching-bundles__bar--selected:nth-child(2) .kaching-bundles__bar-content-left {
    margin-left: 35px;
}
div#p_count {
  background: transparent;
    padding: 0 0 15px;
    align-items: center;
    margin: 0;
}
.pro_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    border-radius: 5px;
    margin-top: 20px;
    color: #000;
    margin-bottom: 0;
}
.pro_cont .right_con, .pro_cont .left_con {
    display: flex;
    gap: 5px;
    align-items: center;
}
.pro_cont .left_con {
    position: relative;
    padding-left: 14px;
}
.pro_cont .left_con:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
    transform: translateY(-50%);
}
.pro_cont .left_con svg.green-circle {
    display: none;
}
.green-circle {
    animation: 1s ease-in-out infinite fade;
    margin-right: 2px;
    margin-bottom: -1px;
}
.pro_cont span {
    font-size: 14px;
    color: #000;
    line-height: 24px;
}
.ucode, #cart_right, #cart_left {
    display: none;
}
.pro_cont .right_con, .pro_cont .left_con {
    display: flex;
    gap: 5px;
    align-items: center;
}
.product-info__buy-buttons form buy-buttons.buy-buttons button.button--xl {
    line-height: 22.59px;
}
.dynamic-icons-section {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}
.dynamic-icons-container {
    display: flex;
    gap: 2rem;
}
.dynamic-icon-item {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.dynamic-icon-item img.icon {
    width: 21px;
    height: auto;
}
.product .product-info .product-info__variant-picker .product-form-info p {
    font-size: 14px;
    line-height: 18.2px;
    font-weight: 400;
    color: #1d1d1d;
}
.center.prod_icons {
    text-align: center;
    display: flex;
    justify-content: center;
}
img.payment-icon {
    width: 38px;
    margin: 2px;
}
.new-product-details {
    margin-top: 20px;
}
.product-details-title {
    margin-bottom: 10px;
}
.product .product-info .product-info__variant-picker .product-form-info p.product-details-title, .product .product-info .product-info__variant-picker .product-form-info p.style-with-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20.08px;
    color: #000;
  
}
.product .product-info .product-info__variant-picker .product-form-info .new-form-separator {
    margin: 18px 0;
}
.new-form-separator {
    height: 1px;
    background: #ccc;
    margin: 15px 0;
}
.product .product-info .product-info__variant-picker .product-form-info p {
    font-size: 14px;
    line-height: 18.2px;
    font-weight: 400;
    color: #1d1d1d;
}
.product .product-info .new-style-with {
    margin-top: 25px;
      margin-bottom: 30px;
}
.style-with-list {
    display: flex;
    flex-direction: column;
}
.product .product-info .product-info__variant-picker .product-form-info .style-with-list recommended_product.contents .style-with-item:first-child, .product .product-info .product-info__variant-picker .product-form-info .style-with-list product-recommendations.contents .style-with-item:first-child {
    padding-top: 0;
    margin-top: -3px;
}
.style-with-img {
    width: 99px;
    height: 121px;
    background-size: cover;
    background-position: center;
}
.style-with-desc {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.product .product-info .product-info__variant-picker .product-form-info .style-with-list recommended_product.contents .style-with-desc p.style-with-product-title, .product .product-info .product-info__variant-picker .product-form-info .style-with-list product-recommendations.contents .style-with-desc p.style-with-product-title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    margin-bottom: 7px;
}
.product .product-info .product-info__variant-picker .product-form-info .style-with-list recommended_product.contents .style-with-desc p.style-with-product-price, .product .product-info .product-info__variant-picker .product-form-info .style-with-list product-recommendations.contents .style-with-desc p.style-with-product-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.08px;
    color: #000;
}
.qquick-buy button {
    margin-top: -10px;
    background: #fff;
    color: #000;
    border: 1px solid black;
    padding: 6px 10px;
}
.style-with-view-more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    background: none;
    border: none;
}
.product .product-info .product-info__variant-picker .product-form-info .style-with-view-more p {
    font-weight: 700;
    color: #000;
  font-size: 14px;
    line-height: 18.2px;
}
.style-with-view-more svg {
    margin-left: 5px;
    transition: transform .3s ease;
}
.decarba_block_title {
    margin-bottom: 20px;
}
.decarba_block_main {
    display: flex;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 5px;
}
.decarba_block_main .decarba_block_inner {
    position: relative;
    margin-right: 12px;
    width: 30%;
    flex: 0 0 30%;
    aspect-ratio: 1/1;
}
.decarba_block_main .decarba_block_inner .decarba_block_main_add_cart {
    position: absolute;
    top: 6px;
    left: 6px;
}
.decarba_block_main .decarba_block_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.decarba_block_main .decarba_block_inner .decarba_block_main_add_cart a img {
    width: 17px;
    height: 17px;
    object-fit: cover;
    display: block;
}
.shipping-returns {
    margin-top: 30px;
    transition: max-height .3s ease,padding .3s ease;
}

.shipping-returns-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.product .product-info .product-info__variant-picker .product-form-info .shipping-returns .shipping-returns-title {
    padding: 15px 0;
}
.product .product-info .product-info__variant-picker .product-form-info .shipping-returns .shipping-returns-title>p {
    font-size: 18px;
    font-weight: 700;
    line-height: 17px;
}
.product .product-info .product-info__variant-picker .product-form-info .shipping-returns .shipping-returns-title svg {
    margin-right: 10px;
}
.product .product-info .product-info__variant-picker .product-form-info .shipping-returns .shipping-returns-title[aria-expanded=true]+.shipping-returns-content {
    display: block!important;
}
.product .product-info .product-info__variant-picker .product-form-info .shipping-returns .shipping-returns-content {
    padding: 5px 0;
}
.shipping-info, .returns-info {
    display: flex;
    padding-bottom: 20px;
    column-gap: 0px;
}
.product .product-info .product-info__variant-picker .product-form-info .shipping-returns .shipping-returns-content p.shipping-returns-info-title {
    font-weight: 700;
      min-width: 110px;
    width: auto;
}
.product .product-info details.product-info__accordion {
    border: none;
}
img.alarmm {
    float: inline-start;
}
.size-block-design :checked+.block-swatch {
    background-color: #000;
    color: #fff;
    box-shadow: 0 0 0 5px #fff,0 0 0 6px #000;
    border: 1px solid;
}
.size-block-design .block-swatch {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    border-radius: 50%;
    background-color: #f4f4f4;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    margin-right: 5px;
    border: none;
}
.breadcrumbs a:last-of-type {
    opacity: 1;
}
.breadcrumbs a:last-of-type {
    font-size: 12px;
    font-weight: 700;
    color: #000!important;
}
.product .product-info .product-info__price .rating-with-text sale-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.6 !important;
}
.product .product-info .product-info__price compare-at-price.text-subdued.line-through {
    line-height: 20px;
  font-size: 16px;
  font-weight: 400 !important;
}
on-sale-badge.badge.badge--on-sale {
    line-height: 16.8px;
    padding: 7px 8px;
}
on-sale-badge.badge.badge--on-sale {
    font-size: 14px;
    font-weight: 600!important;
    background: #f02848!important;
}
.product .product-info .product-info__price price-list.price-list {
    flex-direction: row-reverse;
}
.text-on-sale {
    color: #d30909!important;
}
.new_cust_prod .cust-info-container {
    margin-top: 0;
    background: transparent;
    padding: 0 0 11px;
}
.new_cust_prod .cust-info-container svg.green-circle {
    animation: none;
    width: 8px;
    height: 8px;
    fill: black;
    margin-top: 0;
    margin-right: 4px;
    margin-bottom: 0;
}
.new_cust_prod .cust-info-container svg.green-circle circle {
    fill: #000;
}
.product-info__variant-picker variant-picker.variant-picker {
    gap: 0;
}
.product-info__variant-picker variant-picker.variant-picker:has(:not(.size-block-design)) .new_cust_prod {
    padding-top: 20px;
}
.product-info__variant-picker variant-picker.variant-picker:has(.size-block-design) .new_cust_prod {
    padding-top: 0px;
}
.xyz {
    display: none;
}
.product-info__variant-picker .product-form-info+.product-form-info .shipping-returns {
    margin-top: 0;
}
.style-with-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #D9D9D9;
}
.style-with-img {
    width: 99px;
    height: 121px;
    background-size: cover;
    background-position: center;
}
.product .product-info .product-info__variant-picker .product-form-info .style-with-list recommended_product.contents .style-with-item, .product .product-info .product-info__variant-picker .product-form-info .style-with-list product-recommendations.contents .style-with-item {
    padding: 10px 15px 15px;
}
.style-with-product-price {
    padding-bottom: 38px;
}
.style-with-item.hidden {
    display: none;
}
div#variant-metafield {
    padding-top: 16px;
    font-size: 14px;
    line-height: 17px;
    color: #1d1d1d;
    font-weight: 400;
}
quick-buy-drawer .quick-buy-drawer__info form {
    padding-top: 25px;
}
quick-buy-drawer .quick-buy-drawer__variant price-list.price-list sale-price {
    color: #d30909 !important;
    font-size: 14px;
    font-weight: bold;
}
quick-buy-drawer .quick-buy-drawer__info .variant-picker__option-info legend.text-subdued {
    color: #000;
    font-weight: bold;
}

quick-buy-drawer .quick-buy-drawer__info .size-block-design {
    padding: 20px 0 0;
}
.cust_main_head {
    background: #fbfbfb;
    padding: 24px 0;
    margin-bottom: 70px;
}
.cust_main_head p.h2.hyphenate {
    font-size: 40px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
}.custom_media .custom_media_grid .first_grid .prosr {
    padding: 43px 90px;
}
.custom_media_grid {
    display: flex;
    gap: 12px;
    max-width: 100%;
}.first_grid, .second_grid {
    width: 50%;
}.custom_media .custom_media_grid .first_grid {
    position: relative;
    display: block;
    overflow: hidden;
}.custom_media .custom_media_grid .first_grid .prosr {
    padding: 43px 90px;
}.custom_media .custom_media_grid .first_grid .prosr p.h3 {
    font-size: 32px;
    line-height: 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 24px;
}.custom_media .custom_media_grid .first_grid .prosr span.descr_gurantee {
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 400;
}.custom_media .custom_media_grid .second_grid img {
    display: block;
    object-fit: cover;
    max-width: unset;
    width: 100%;
    height: 100%;
}.custom_media .custom_media_grid .first_grid img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: auto;
}
.product-card__quick-buy .pointer-coarse\:hidden {
        margin-left: 10px;
}
.product-card__quick-buy button.button {
    padding: 12px 20px 11px;
    text-transform: uppercase;
    width: 100%;
    font-size: 12px;
}
.product-card__quick-buy {
    margin-left: 15px;
    width: 95%;
}
product-card.product-card .loox-rating:has(.loox-rating-content)+.product-card__info {
    padding-top: 45px;
}
product-card.product-card .loox-rating {
    padding-top: 21px;
}
.product-card__quick-buy {
    margin-left: 15px;
    width: 95%;
}
.product-card__quick-buy .pointer-fine\:hidden {
    float: right;
}
.product-card__quick-buy .pointer-fine\:hidden button.product-card__mobile-quick-buy-button {
    background: #000;
    color: #fff;
    border-radius: 3px;
    position: relative;
    width: 28px;
    height: 28px;
}
.product-card__badge-list.top_right {
    left: auto!important;
    right: 0;
    top: 0;
}
.newsletter-content h2.h2 {
    line-height: 48px;
}
.newsletter-content .prose p {
    margin-top: 16px;
    line-height: 22px;
}
.newsletter-content form .fieldset-with-submit button.button {
    height: 55px;
    font-size: 16px;
    line-height: 20.08px;
    font-weight: 400;
    padding-block-start: 1.075rem;
    padding-block-end: 1.075rem;
    padding-inline-start: var(--spacing-6);
    padding-inline-end: var(--spacing-6);
}
.newsletter-content form .fieldset-with-submit input {
    max-height: 55px;
}
.newsletter-content form .fieldset-with-submit input+label {
    font-size: 14px;
    line-height: 17.57px;
    color: #000000bf;
    opacity: 1;
    visibility: visible;
    font-weight: 400;
}

.cust_newsletter .newsletter-content>.form {
    max-width: 600px;
}

.newsletter-content form .fieldset-with-submit {
    gap: 0;
}

.newsletter-content form .fieldset-with-submit button.button svg.icon {
    display: none;
}
.product-info__buy-buttons square-placement {
    display: none;
}
.cust_five_col_desk .floating-controls-container image-link-blocks {
    --image-link-blocks-items-per-row: 5 !important;
}
.product-card__badge-list {
    left: auto!important;
    right: 0;
    top: 0 !important;
}
.product-card__badge-list on-sale-badge.badge.badge--on-sale {
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 10px;
    font-size: 10px !important;;
    font-weight: 700!important;
  
}
.product-gallery .product-gallery__ar-wrapper media-carousel .product-gallery__media img {
    width: 100%;
    height: 100%;
    display: block;
}
.product-gallery__media-list-wrapper .saved_amount {
    left: 0;
}
.product-gallery__media-list-wrapper .saved_amount {
    font-size: 16px !important;
    font-weight: 400 !important;
}
.marquee_text_bold span.scrolling-text__text.heading {
    font-weight: 700;
}
.my_nav.camo_collection {
    border-color: transparent;
}
/* .product .product-info .shopify-app-block:has(kaching-bundle:empty) {
    padding-bottom: 14px;
} */
.product .product-info .size-block-design fieldset.variant-picker__option+div fieldset.variant-picker__option {
    padding: 15px 0;
}
/* cart-drawer#cart-drawer .cart-drawer__top div[minicart-progress-bar="1"] .progress-bar {
    display: none !important;
} */
.product-card__aside {
    margin-block-end: var(--spacing-1);
}
.home-text-icons .text-with-icons__text-wrapper p {
    color: #000;
}
.product safe-sticky.product-info .product-info__variant-picker variant-picker .product-container {
    display: none;
}
.product-gallery__media-list-wrapper .saved_amount, on-sale-badge.badge.badge--on-sale {
    background: #ff0000 !important;
}
on-sale-badge.badge.badge--on-sale {
    font-size: 14px;
    font-weight: 600!important;
    background: #f02848!important;
    padding: 5px 8px;
}
.mob_video_sec {
    display: none;
}

/***** new menu css ********/
body .mega-menu {
    padding: var(--mega-menu-block-padding) max(var(--container-gutter),50% - var(--container-max-width) / 2)!important;
}

.mega-menu__column {
    display: flex;
  justify-content: space-between;
}
/* .mega-menu__column ul.mega-menu__nav {
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 60%;
    width: 100%;
    max-height: 400px;
    height: 100%;
    row-gap: var(--spacing-3) !important;
      column-gap: var(--spacing-8) !important;
} */
.mega-menu__column ul.mega-menu__nav {
    display: block;
    max-width: 60%;
    width: 100%;;
}
.mega-menu__column .navigation-promo__wrapper {
    width: auto;
    max-width: 500px !important;
}

.mega-menu__nav-section {
    width: 100%;
}
.header__link-list ul.contents li:nth-child(3) {
    color: unset;
    font-weight: unset;
}
.mega-menu__nav>li:nth-child(7) a {
    color: unset;
}
.mega-menu__column ul.mega-menu__nav li.gap-4 {
    gap: var(--spacing-3);
}

.panel-list__wrapper ul.v-stack li:nth-child(8) {
    color: unset;
}
html.js.native-share--enabled {
    padding-bottom: 0 !important;
}
a.insta-link:hover .instafeedd-hover-icon {
    opacity: 1;
    visibility: visible;
}
/******/
.mega-menu__column ul.mega-menu__nav li {
    font-family: muli;
}


/********* trust slider **********/
.trust-slider-main .multiple-items .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.trust-slider-main .multiple-items .trustpilot-slider-card {
    height: auto;
}
.trust-slider-main .multiple-items {
    width: 100%;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    padding-right: 50px;
    padding-left: 50px;
}
.trust-slider-main .multiple-items button.slick-prev.slick-arrow {
    left: 0px;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    border: 1px solid #000;
    top: 50%;
    position: absolute;
    font-size: 0px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
    background: #fff;
}
.trust-slider-main .multiple-items button.slick-next.slick-arrow {
    right: 0px;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    border: 1px solid #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0px;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    background: #fff;
}
.trust-slider-main .multiple-items .slick-prev:before {
    height: 15px;
    width: 12px;
    display: block;
    background-size: contain;
    background-image: url(https://cdn.shopify.com/s/files/1/0901/2903/9664/files/Vector_1_1.png?v=1740979967);
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
}
.trust-slider-main .multiple-items .slick-next:before {
    height: 15px;
    width: 9px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://cdn.shopify.com/s/files/1/0901/2903/9664/files/Vector_1.png?v=1740979951);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.trust-slider-main .trustpilot-slider-card {
    /* background-color: #f6f6f6 !important; */
    margin: 0 5px;
    padding: 15px;
}
.trust-slider-main .trustpilot-slider-card-top {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 8px;
    align-items: center;
}.trust-slider-main img.trustpilot-stars {
    width: 90px;
    height: auto;
}.trust-slider-main .verified-badge-wrapper {
    display: flex;
    margin-left: 3px;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 3px;
    grid-row-gap: 3px;
}
.trust-slider-main .verified-icon {
    width: 14px;
}
.trust-slider-main .trustpilot-slider-card-title {
    font-weight: 700;
    margin-bottom: 3px;
}
.trust-slider-main .trustpilot-slider-card-text p {
    font-size: 15px;
    line-height: 22px;
}
.trust-slider-main .trustpilot-slider-card-author {
    font-weight: 700;
    margin-top: 5px;
}
/********* new menu desktop  css start ************/


.mega-menu__nav.hidden_sec_menu {
    display: none!important;
}
.mega-menu__nav.enable_third_lvl_menu {
    display: flex!important;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 400px;
    height: 100%;
    gap: 5px;
}
.mega-menu__nav.enable_third_lvl_menu li:nth-child(-n+5) {
    display: block!important;
}.mega-menu__nav.enable_third_lvl_menu li:nth-child(n+6) {
    display: block!important;
}
.mega-menu__nav.enable_third_lvl_menu li>ul.v-stack {
    margin-top: 15px!important;
}
.header__link-list ul.contents li:nth-child(3) {
    color: unset;
  font-weight: unset;
}
.mega-menu__nav>li:nth-child(7) a,
.header__link-list ul.contents li:nth-child(3) {
    color: #000;
}

navigation-drawer .panel__scroller ul li:nth-child(4),
.panel-list__wrapper ul.v-stack li:nth-child(8),
navigation-drawer .panel__scroller ul li:nth-child(3) {
    color: unset;
}

.enabled_third_level .navigation-promo__wrapper .content-over-media>:not(img,video,iframe,svg,video-media) {
    grid-area: 4 / 1 / auto / span 2!important;
}
.enabled_third_level .navigation-promo__wrapper .content-over-media p {
    font-size: 14px!important;
}
navigation-drawer .panel__scroller ul li:nth-child(4){
  color: unset !important;
}


#mega-menu__nav.enable_third_lvl_menu {
    display: flex!important;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 400px;
    height: 100%;
    gap: 5px !important;
}
#mega-menu__nav.enable_third_lvl_menu li:nth-child(-n+5) {
    display: block!important;
}
#mega-menu__nav.enable_third_lvl_menu li:nth-child(n+6) {
    display: block!important;
}
#mega-menu__nav.enable_third_lvl_menu li:nth-child(n+6) {
    display: block!important;
}
#mega-menu__nav.enable_third_lvl_menu li:nth-child(n+6) {
    display: block!important;
}
#mega-menu__nav li:nth-child(n+6) {
    display: block !important;
}
.panel-list__wrapper ul.v-stack li:nth-child(7) {
    color: unset;
}

/********* new menu desktop  css end ************/
.div_new_progress_bar .progress-bar.progress-bar--gwp {
    height: unset;
    background-color: #FCFBF7;
    border-bottom: solid .0625rem var(--brand-gray-light);
    padding: 10px 15px;
    overflow: unset;
    border-radius: 0;
}

.block-rev_acc .review_block_multiple button.slick-arrow {
    left: -40px;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    border: 1px solid #7c7c88;
    top: 50%;
    position: absolute;
    font-size: 0px;
    transform: translateY(-50%);
    z-index: 1;
}

.block-rev_acc .review_block_multiple button.slick-arrow.slick-next {
    left: auto;
    right: -40px;
}
.block-rev_acc .review_block_multiple-items_main .review_block_multiple {
    max-width: 85%;
    margin: 0 auto;
}
.block-rev_acc .review_block_multiple button.slick-arrow:before {
    height: 15px;
    width: 15px;
    display: block;
    background-size: contain;
    background-image: url(https://shoesbyarmel.com/cdn/shop/files/left-chevron_256x256_crop_center_662c0bde-365d-4dfa-8477-7cb0b85bba52.png?v=1707392876);
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
}

.block-rev_acc .review_block_multiple button.slick-arrow.slick-next:before {
    transform: rotate(180deg);
}

.block-rev_acc .review_block_multiple  .trustpilot-slider-card {
  background: #f6f6f6;
  color: #000000;
  padding: 15px;
}

.block-rev_acc .accordion__content {
    padding: 15px 0;
}

.block-rev_acc .review_block_multiple .trustpilot-slider-card .trustpilot-slider-card-top {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 8px;
    align-items: center;
}

.block-rev_acc .review_block_multiple .trustpilot-slider-card .trustpilot-slider-card-top img.trustpilot-stars {
    width: 90px;
    height: auto;
}

.block-rev_acc .review_block_multiple .trustpilot-slider-card .trustpilot-slider-card-top .verified-badge-wrapper {
    display: flex;
    margin-left: 3px;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 3px;
    grid-row-gap: 3px;
}

.block-rev_acc .review_block_multiple .trustpilot-slider-card .trustpilot-slider-card-top .verified-badge-wrapper img.verified-icon {
    width: 14px;
}
.block-rev_acc .review_block_multiple .trustpilot-slider-card .trustpilot-slider-card-top .verified-badge-wrapper .trustpilot-slider-card-center .trustpilot-slider-card-text {
    text-align: right;
    width: 100%;
}
.block-rev_acc .review_block_multiple .trustpilot-slider-card  .trustpilot-slider-card-center .trustpilot-slider-card-text {
    font-size: 15px;
    line-height: 22px;
}
.block-rev_acc .review_block_multiple .trustpilot-slider-card .trustpilot-slider-card-center  .trustpilot-slider-card-title {
    font-weight: 700;
    margin-bottom: 3px;
}

.block-rev_acc .review_block_multiple .trustpilot-slider-card  .trustpilot-slider-card-author {
    font-weight: 700;
    margin-top: 5px;
}

.block-rev_acc  .bottom_line {margin-top: 20px;}

.block-rev_acc .bottom_line .base_line {
    font-size: 15px;
    text-align: center;
}

.block-rev_acc .bottom_line  img.base_line {
    width: 80px;
    margin: 2px auto 0;
    display: block;
    object-fit: cover;
}
.block-rev_acc .accordion__toggle.bold svg {
    margin-right: 10px;
}
.block-rev_acc .review_block_multiple .trustpilot-slider-card:has(.trustpilot-slider-card-top:empty),
.trustpilot-slider-card-top:empty {
    display: none !important;
}
.product-form-info:has(+details.block-rev_acc) {
    margin: 0;
}
.product .product-info details.product-info__accordion summary {
    border: none;
}
details.product-info__accordion.block-rev_acc summary {
    color: #1d1d1d;
    border-bottom: 1px solid #ccc!important;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 17px;
}
.product .product-info details.product-info__accordion.block-rev_acc summary .accordion__toggle {
    padding: 0;
    background: transparent;
}
.progress-bar--gwp {
    background-color: #FCFBF7;
    border-bottom: solid .0625rem var(--brand-gray-light);
    padding: 10px 15px;
}
.progress-bar__heading {
    color: var(--brand-black-light);
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}
.progress-bar__progress {
    --height: 4px;
    --bg-progress: #45851E;
    background: #d9d9d9;
    height: var(--height);
    border-radius: var(--height);
    margin: 25px 0 0;
    position: relative;
}
.progress-bar__body {
    position: relative;
}
.progress-bar__tooltip {
    --border-color: #aecc9d;
    position: absolute;
    min-width: max-content;
    top: -2px;
    left: calc(var(--left) );
    transform: translateX(-50%) translateY(-100%);
    padding: 4px 7px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    z-index: 1;
    background: #fff;
    color: #000;
}
.progress-bar__tooltip:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid var(--border-color);
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
}
.progress-bar__dot {
    --width: 12px;
    width: var(--width);
    height: var(--width);
    display: block;
    background: #d9d9d9;
    border-radius: var(--width);
    position: absolute;
    top: calc(var(--width) / -4);
    z-index: 1;
    margin-left: calc(var(--width) / -2);
}
.progress-bar__dot--amount {
    width: auto;
    height: 100%;
    top: auto;
    margin: 0;
    background: transparent;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.progress-bar__dot--amount > span {
    display: block;
    height: 100%;
    transform: translateX(-50%);
    font-family: var(--font-family-body);
    font-weight: bold;
    text-transform: none;
    color: #fff;
    height: auto;
    line-height: 1;
}
.progress-bar__progress-candycane-bg {
    -webkit-animation: progress-bar-stripes 1s linear infinite, progress-bar-width 1s linear;
    -o-animation: progress-bar-stripes 1s linear infinite, progress-bar-width 1s linear;
    animation: progress-bar-stripes 1s linear infinite, progress-bar-width 1s linear;
    background-image: -webkit-linear-gradient(45deg, #0000003d 25%, transparent 25%, transparent 50%, #0000003d 50%, #0000003d 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, #0000003d 25%, transparent 25%, transparent 50%, #0000003d 50%, #0000003d 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, #0000003d 25%, transparent 25%, transparent 50%, #0000003d 50%, #0000003d 75%, transparent 75%, transparent);
    background-size: 15px 15px;
    background-color: #A5C792;
    position: absolute;
    height: auto;
    top: -2px;
    right: auto;
    bottom: -2px;
    left: -2px;
    width: calc(var(--percentage) + 2px);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-radius: 26px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-width {
  from {
    width:0;
  }
  to {
    width: {{percentage}};
  }
}
/*********** new cart progressbar css start ************************/

.progress-bar__heading {
        color: var(--brand-black-light);
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}
}
.progress-bar__subheading {
  font-size: 14px;
  font-family: var(--body-font-family);
  font-weight: bold;
  line-height: 1.2 !important;
  text-transform: none;
  letter-spacing: normal;
      padding: 5px 0 5px 0;
}

.progress-bar__progress {
  --height: 4px;
  --bg-progress: #45851E;
  background: #d9d9d9;
  height: var(--height);
  border-radius: var(--height);
  margin: 25px 0 0;
  position: relative;
}
.progress-bar__progress:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: var(--percentage);
  background: var(--bg-progress);
  animation: progress-bar-width 1s linear;
  border-top-left-radius: var(--height);
  border-bottom-left-radius: var(--height);
  /* clip-path: polygon(calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0% 100%, 0% 0%); */
      border-radius: 26px;
}
.progress-bar__progress.full-discount:after {
  border-radius: var(--height);
}
.progress-bar__body {
  position: relative;
}
.progress-bar__tooltip {
  --border-color: #aecc9d;
  position: absolute;
  min-width: max-content;
  top: -2px;
  left: calc(var(--left) );
  transform: translateX(-50%) translateY(-100%);
  padding: 4px 7px;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  background: #fff;
  color: #000;
}
.progress-bar__tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid var(--border-color);
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.progress-bar__progress.full-discount + .progress-bar__tooltip {
  transform: translateX(-100%) translateY(-100%);
}
.progress-bar__label__list {
  display: flex;
  margin: 0;
}
.progress-bar__label__item {
  flex: 1 1 0px;
  text-align: center;
  font-size: 12px;
}
.progress-bar__label__item > strong,
.progress-bar__label__item > span {
  line-height: 1.1;
  display: block;
}
.progress-bar__label__item > strong {
  padding-top: 10px;
}
.progress-bar__label__item > span {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 10px;
}
@keyframes progress-bar-width {
  from {
    width:0;
  }
  to {
    width: {{percentage}};
  }
}
.progress-bar__dot {
  --width: 12px;
  width: var(--width);
  height: var(--width);
  display: block;
  background: #d9d9d9;
  border-radius: var(--width);
  position: absolute;
  top: calc(var(--width) / -4);
  z-index: 1;
  margin-left: calc(var(--width) / -2);
}

.progress-bar__dot--amount {
  width: auto;
  height: 100%;
  top: auto;
  margin: 0;
  background: transparent;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.progress-bar__dot--amount > span {
  display: block;
  height: 100%;
  transform: translateX(-50%);
  font-family: var(--font-family-body);
  font-weight: bold;
  text-transform: none;
  color: #fff;
  height: auto;
  line-height: 1;
}

.progress-bar--gwp {
  background-color: #FCFBF7;
  border-bottom: solid .0625rem var(--brand-gray-light);
  padding: 10px 15px;
}
.progress-bar--gwp .progress-bar__label__item {
  margin-top: 6px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  color: #bcbcbc;
}
.progress-bar--gwp .progress-bar__label__item.active {
  color: #9CC386;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress-bar__progress-candycane-bg {
  -webkit-animation: progress-bar-stripes 1s linear infinite, progress-bar-width 1s linear;
  -o-animation: progress-bar-stripes 1s linear infinite, progress-bar-width 1s linear;
  animation: progress-bar-stripes 1s linear infinite, progress-bar-width 1s linear;
  background-image: -webkit-linear-gradient(45deg, #0000003d 25%, transparent 25%, transparent 50%, #0000003d 50%, #0000003d 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #0000003d 25%, transparent 25%, transparent 50%, #0000003d 50%, #0000003d 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #0000003d 25%, transparent 25%, transparent 50%, #0000003d 50%, #0000003d 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  background-color: #A5C792;
  position: absolute;
  height: auto;
  top: -2px;
  right: auto;
  bottom: -2px;
  left: -2px;
  width: calc(var(--percentage) + 2px);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
      border-radius: 26px;
}
.progress-bar__progress.full-discount .progress-bar__progress-candycane-bg {
  border-radius: 50px;
  width: calc(var(--percentage) + 4px);
}
.progress-bar__divider--clip:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--left);
  margin-left: -12px;
  width: 12px;
  display: block;
  z-index: 1;
  background: #d9d9d9;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 100% 50%, 0% 0%);
}

.progress-bar__divider:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(var(--left) - 12px);
  width: 18px;
  background: transparent;
  z-index: 11;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 40 60' enable-background='new 0 0 40 60' xml:space='preserve'%3E%3Cpolygon points='0,60 10,60 40,30 10,0 0,0 30,30' fill='%23fcfbf7' /%3E%3C/svg%3E");
}

.progress-bar--amsm {
  padding-top: 15px;
}
.cart-line-item-list ~ .progress-bar--amsm {
  padding-top: 0;
}

/*********** new cart progressbar css end *************/



/******** new design css *********/
.size-fit-block_main {
    margin: 20px 0 25px;
}

.size-fit-block_main h2 {
    font-size: 16px;
    margin-bottom: 6px;
}

.size-fit-block_main .size-fit-block_main_inner {
    position: relative;
}

.size-fit-block_main span.line {
    width: 100%;
    height: 2px;
    background: lightgray;
    display: block;
}

.size-fit-block_main .size-fit-block_main_inner .size-fit-block_main_inner_text {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.size-fit-block_main .size-fit-block_main_inner span.indicating-text {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFF;
    border: 2px solid #000;
    top: -10px;
  left:0;
    position: relative;
}
.size-fit-block_main .size-fit-block_main_inner span.indicating-text.indicate_center {
      left: 50%;
    transform: translateX(-50%);
}
.size-fit-block_main .size-fit-block_main_inner span.indicating-text.indicate_right {
      left: 100%;
}
.porud_cust_accr_descrip .new-product-details p.product-details-title {
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.porud_cust_accr_descrip .new-product-details p.product-details-title svg{
    margin-right: 10px;
  transition: transform .3s ease;
}
.porud_cust_accr_descrip .new-product-details .cus_pr_de+.new-form-separator,
.porud_cust_accr_descrip .new-product-details .cus_pr_de {
    display: none;
}
.porud_cust_accr_descrip .new-product-details.active .cus_pr_de+.new-form-separator,
.porud_cust_accr_descrip .new-product-details.active .cus_pr_de {
    display: block;
}
.cust_video_slider_sec .video_main_slider .slide.slick-slide.slick-current.slick-active.slick-center{
  transform: scale(1);
}
.cust_video_slider_sec .video_main_slider {
    padding-top: 0;
}
.cust_video_slider_sec .video_main_slider .slide {
    margin: 0 10px;
  padding: 0;
  width: 285px;
}
.cust_video_slider_sec .video_main_slider .video-div video {
    height: 483px;
}
.cust_video_slider_sec .video_main_slider .slider button.slick-arrow {
    display: none !important
}
.cust_video_slider_sec .video_main_slider .slide{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
    overflow: hidden;
}
.cust_video_slider_sec.video_slider_sec .video_main_slider {
    padding-top: 0 !important;
}
height-observer.cust_ins_sec_scroll .announcement-bar h3 {
    text-align: center;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 27px;
}

height-observer.cust_ins_sec_scroll marquee-text.announcement-bar__scrolling-list.main_scrol_img span.announcement-bar__item img {
    width: 100%;
  /* min-width: 300px;
  max-width: 300px; */
  min-width: 250px;
  max-width: 250px;
    /* height: 400px; */
      aspect-ratio: 1 / 2;
     object-fit: cover;
    border-radius: 10px;
  overflow: hidden;
  /* padding: 10px 12px; */
  margin: 0px 5px;
}
height-observer.cust_ins_sec_scroll marquee-text.announcement-bar__scrolling-list.main_scrol_img span.announcement-bar__item span.shape-circle.shape--sm {
    display: none;
}
height-observer.cust_ins_sec_scroll marquee-text.announcement-bar__scrolling-list.main_scrol_img span.announcement-bar__item {
    display: flex;
}
height-observer.cust_ins_sec_scroll {
    padding-top: 36px;
  padding-bottom: 36px;
}

.decarba_block_main .decarba_block_inner.decarba_video_block video {
    height: 100%;
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center center;  
}
.decarba_block_main .decarba_block_inner.decarba_video_block {    
    box-shadow: 0 0 10px #00000040;
    border-radius: 10px;
    overflow: hidden;
  aspect-ratio: 1 / 1.8;
}
.product-form-info.porud_cust_accr_descrip .new-product-details.active p.product-details-title svg {
    transform: rotate(180deg);
}
.size-fit-block_main_inner_text_venter_text {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    margin-top: 5px;
}

.size-fit-block_main .size-fit-block_main_inner .size-fit-block_main_inner_text span {max-width: 33%;width: 100%;}

.size-fit-block_main .size-fit-block_main_inner .size-fit-block_main_inner_text span.second_text {
    text-align: center;
}
.size-fit-block_main .size-fit-block_main_inner .size-fit-block_main_inner_text span.third_text {
    text-align: right;
}


.product-form-info+.product-form-info .shipping-returns {
    margin-top: 0;
}
.product .product-info .product-info__variant-picker .product-form-info .new-form-separator {
    margin: 18px 0 0;
}


.size-fit-block_main .size-fit-block_main_inner .size-fit-block_main_inner_text span.new_indi {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #000;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
}

.size-fit-block_main .size-fit-block_main_inner .size-fit-block_main_inner_text {
    padding-top: 5px;
}

.size-fit-block_main .size-fit-block_main_inner .size-fit-block_main_inner_text>span {
    position: relative;
}
.size-fit-block_main .size-fit-block_main_inner span.indicating-text {
    display: none;
}
.size-fit-block_main .size-fit-block_main_inner .size-fit-block_main_inner_text span.new_indi.indi-active {
    opacity: 1;
}

.product .product-info .product-info__variant-picker .product-form-info .shipping-returns .shipping-returns-title[aria-expanded=false]+.shipping-returns-content {
    display: none !important;
}


.product .product-info details.product-info__accordion.black-bg summary .accordion__toggle {
    background: #000 !important;
}
.product .product-info details.product-info__accordion.black-bg summary .accordion__toggle span {
    color: #fff;
}
.black-bg span.another_text {
    padding-left: 4px;
    color: red !important;
}
.product .product-info details.product-info__accordion.black-bg summary .accordion__toggle svg path {
    stroke: #fff;
}



span.new_des {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
progress-bar.progress-bar.cust_new_des {
    height: 15px;
    width: 100%;
    max-width: calc(100% - 80px);
    margin-right: 10px;
    flex: 1;
}
progress-bar.progress-bar.cust_new_des:before {
    animation: progress-bar-stripes 2s linear infinite;
    background-image: linear-gradient(45deg,rgba(255,255,255,.36) 25%,transparent 25%,transparent 50%,rgb(242 242 242 / 36%) 50%,rgba(255,255,255,.36) 75%,transparent 75%,transparent);
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
  background-image: linear-gradient(45deg,#6CAD47 25%,#A5C792 25%,#A5C792 50%,#6CAD47 50%,#6CAD47 75%,#A5C792 75%,#A5C792);
}

@keyframes progress-bar-stripes{
0% {
    background-position: 50px 0;
}

100% {
    background-position: 0 0;
}
}
progress-bar.progress-bar.cust_new_des+span.free_img_progress {
    position: absolute;
    height: 70px;
    object-fit: cover;
    right: 0;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #b2b2b2;
}
progress-bar.progress-bar.cust_new_des+span.free_img_progress img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    object-fit: cover;
}
span.free_img_progress_tag {
    position: absolute;
    right: -10px;
    top: -34px;
    font-size: 11px;
    background: #00a341;
    color: #fff;
    font-weight: 700;
    padding: 3px 5px;
    line-height: 100%;
    z-index: 1;
    letter-spacing: .51px;
}
free-shipping-bar.free-shipping-bar:has(span.new_des span.free_img_progress)+.top_timer {
    margin-top: 25px;
}


@media screen and (min-width: 1150px) {
    .product {
        column-gap: var(--spacing-12) !important;
    }
}
@media screen and (max-width: 1150px) {
  .section-stack .justify-self-center .h3:before {
    margin-right: 10px;
}
  .section-stack .justify-self-center .h3:after {
    margin-left: 10px;
}
  .home-text-icons .section-stack .justify-self-center .h3 {
    font-size: 24px;
}
.home-text-icons scroll-carousel.text-with-icons__list {
    padding-bottom: unset;
}
  
}

@media screen and (max-width: 1149px) {
  a.mobileonly.button {
    font-size: 13px!important;
    font-weight: 500;
    letter-spacing: 0;
    -webkit-text-stroke: .3px;
}
  .panel__scroller.mob_main_coll {
    gap: var(--spacing-6);
}
        navigation-drawer .panel-list__wrapper ul li {
        padding-bottom: 8px !important;
        padding-top: 8px !important;
        /* border-bottom: 1px solid rgba(0, 0, 0, .3); */
    }
navigation-drawer[open] .panel-list__wrapper ul:not(.social-media) {
    gap: 0;
}
.navigation-drawer[mobile-opening=left] .panel__wrapper ul button.text-with-icon span {
    font-size: 13px;
}
navigation-drawer[open] .panel-list__wrapper ul li a.group span, navigation-drawer[open] .panel-list__wrapper ul li button span {
    font-size: 13px;
    line-height: 14px;
    font-weight: 800;
}
navigation-drawer[open] .panel-list__wrapper .panel-footer ul.social-media li {
    border: none;
  padding: 0 !important;
}
  navigation-drawer[open] .panel-list__wrapper .mob_cust_button_menu ul {
        gap: var(--spacing-2);
}
navigation-drawer[open] .mob_cust_button_menu ul li {
    border: none!important;
    padding-bottom: 5px!important;
    padding-top: 5px!important;
}
.mob_cust_button_menu ul li a span {
    font-size: 13px!important;
    font-weight: 800!important;
}
  .custom_new_offer, navigation-drawer[open] .panel-list__wrapper ul li button span span.drawerlabel {
    color: #fff;
    padding: 4px 6px;
    line-height: 1;
    font-family: Helvetica;
    font-weight: 600;
    background: #000;
    font-size: 12px!important;
    margin-left: 6px;
}
  navigation-drawer .panel-list__wrapper ul li span:not(.circle-chevron) {
    display: flex;
    align-items: center;
}
  .cust_mob_menu_coll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 5px;
    height: max-content;
}
  .cust_mob_menu_coll product-card.product-card {
    width: 42%;
    max-width: 42%;
    flex: 0 0 42%;
}
  .cust_mob_menu_coll product-card.product-card .product-card__figure a img {
    max-height: 130px;
    width: 100%;
    aspect-ratio: 1/1;
    display: block;
}
  .cust_mob_menu_coll product-card.product-card .product-card__info {
    padding-top: 10px;
}
  .cust_mob_menu_coll product-card.product-card .product-card__info span.product-card__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
      .cust_mob_menu_coll product-card.product-card .product-card__info span.product-card__title a {
        font-size: 12px;
        letter-spacing: 0;
                text-transform: uppercase;
        font-weight: 600;
        line-height: 1.3;
    }
  .cust_mob_menu_coll .product-card__info price-list.price-list sale-price.text-subdued {
    font-size: 12px;
      color: #000 !important;
        font-weight: 700;
}
  .cust_mob_menu_coll product-card.product-card .product-card__info .product-card__aside {
    padding-left: 2px;
}
  .loox-rating:empty {
    display: none;
}
.cust_mob_menu_coll .product-card__info price-list.price-list compare-at-price,
.cust_mob_menu_coll .product-card__info price-list.price-list {
    font-size: 12px !important;
          font-weight: 700 !important;
        letter-spacing: 0;
}
  .panel__scroller.mob_main_coll {
    gap: var(--spacing-4);
}
  navigation-drawer[open] .panel-list__wrapper .mob_cust_button_menu ul {
    gap: 0;
}
  a.mobileonly.button {
    padding-block-start: 12px;
    padding-block-end: 12px;
}
  .navigation-drawer[mobile-opening=left] .panel__wrapper ul button.text-with-icon span {
    background: transparent;
}
  .navigation-drawer[mobile-opening=left] .panel__wrapper ul button.text-with-icon span svg.icon {
    width: 10px;
    height: 12px;
    color: #1c1c1c;
}
  .navigation-drawer[mobile-opening=left] .panel__wrapper ul button.text-with-icon span svg.icon path {
    stroke-width: 1;
}
  
}

  @media screen and (max-width: 999px) {
        .facets__floating-filter {
        position: unset !important;
    }
    .collection.collection--filters-sidebar button.button.button--xl {
    width: 100%;
    padding-block-start: 5px!important;
    padding-block-end: 5px!important;
}
    .popUP_close_icon {
    position: absolute;
    right: -6px;
    top: -6px;
    font-size: 8px;
    background: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .product-gallery__media-list-wrapper .product-gallery__media img {
    height: auto!important;
    aspect-ratio: 1 / 1.2;
    object-fit: cover!important;
}
    .product-gallery .product-gallery__ar-wrapper media-carousel .product-gallery__media {
    height: auto;
}
    
    /*** trust pilot css ******/
    .trust-slider-main .multiple-items {
        padding-left: 12px;
        padding-right: 12px;
    }
    .trust-slider-main .multiple-items button.slick-prev.slick-arrow, .trust-slider-main .multiple-items button.slick-next.slick-arrow {
        width: 25px;
        height: 25px;
    }

    
  }


@media screen and (max-width: 768px) {
  scroll-carousel.enable_mobile_slider ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
  scroll-carousel.enable_mobile_slider ul.slick-dots li {
    margin: 0 5px;
}
  scroll-carousel.enable_mobile_slider ul.slick-dots li button {
    background: #000;
    font-size: 0;
    color: transparent;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    opacity: .3;
}
  scroll-carousel.enable_mobile_slider ul.slick-dots li.slick-active button {
    opacity: 1;
}
  .product-info__price .rating-with-text .text-lg {
    font-size: 20px!important;
}
 
.home-text-icons .text-with-icons__text-wrapper {
    margin-top: 16px;
}
    .main_btn_text .abso_btn_desc {
    padding: 8px;
}
    .main_btn_text .abso_btn_desc h2 {
    font-size: 14px;
    line-height: 18px;
}
    .main_btn_text .abso_btn_desc .abso_btn_desc_data {
    margin-top: 5px;
}
    .main_btn_text .abso_btn_desc .abso_btn_desc_data p {
    font-size: 12px;
    line-height: 17px;
}
    .home-text-icons .section-stack .justify-self-center .h3:before {
    margin-right: 10px;
}
.home-text-icons .section-stack .justify-self-center .h3:after {
    margin-left: 10px;
}
   .product .product-info .product-info__price compare-at-price.text-subdued.line-through {
    font-size: 14px;
}
  .product-list1 {
    display: none;
}
    .home-text-icons scroll-carousel.text-with-icons__list {
    grid-template-columns: auto / var(--text-with-icons-template) !important;
   gap: 0;
}
  .home-text-icons scroll-carousel.text-with-icons__list .text-custom img.image-icon {
    --mobile-icon-max-width: unset !important;
}
.home-text-icons .text-with-icons__text-wrapper p:last-child {
    display: unset;
}
  .home-text-icons .text-with-icons__text-wrapper .prose p:not(.h6) {
    margin-top: 16px;
    display: inline-block;
}
  
}


@media (max-width: 750px){
.home-text-icons  .text-with-icons__text-wrapper p.h6 {
    font-size: 16px!important;
    font-weight: 700!important;
    line-height: 20.08px!important;
    text-align: center;
    color: #000!important;
}
  .home-text-icons .text-with-icons__text-wrapper p {
    font-size: 13px;
}
  .dynamic-icons-container {
    gap: 8.5px!important;
    flex-direction: column;
    align-items: center!important;
}
  .product .product-info .product-info__variant-picker .product-form-info p {
    font-size: 12px;
    line-height: 15.6px;
}
  
}

@media (max-width: 700px){
  #insta-feedd h2 {
    font-size: 16px;
    line-height: 20.08px;
    margin-bottom: 20px;
}
  img.image-insta {
    height: 160px;
}
  .cust_hot_spot h2.h2 {
    font-size: 24px;
}
  .main_btn_text .abso_btn_desc h2 {
    font-size: 12px;
    line-height: 16px;
}
  .main_btn_text .abso_btn_desc .abso_btn_desc_data p {
    font-size: 11px;
    line-height: 16px;
}
  .shopify-section .breadcrumbs.section {
    padding-block-start: 15px!important;
    padding-block-end: 20px!important;
}
  .product-gallery .product-gallery__ar-wrapper media-carousel {
    padding-inline-start: 40px;
}
  .product-gallery__media-list-wrapper .saved_amount {
    font-size: 12px!important;
    padding: 4px 10px!important;
    line-height: 18.2px;
            left: 0;
        margin-left: 0;
}
  .product .product-info h1.product-info__title {
    font-size: 20px;
    line-height: 28px;
}
  .product .product-info .product-info__price {
    margin-top: 12px;
    margin-bottom: 0;
}
  .product .product-info product-gallery {
    margin-block-start: 20px;
    gap: 11px;
    margin-bottom: 0;
}
  .product .product-info .loox-rating span.loox-rating-label {
    font-size: 11px;
    line-height: 14px;
}
 
.product .product-info .product-info__price compare-at-price.text-subdued.line-through {
    line-height: 18.59px;
}
  on-sale-badge.badge.badge--on-sale {
    line-height: 14.4px;
    padding: 5px 6px;
    font-size: 12px!important;
}
  .product-gallery scroll-shadow.product-gallery__thumbnail-list-wrapper page-dots.product-gallery__thumbnail-list button.product-gallery__thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
  .product-gallery scroll-shadow.product-gallery__thumbnail-list-wrapper page-dots.product-gallery__thumbnail-list button.product-gallery__thumbnail {
    padding: 3px;
    width: 100%;
    max-height: 54px;
    height: 100%;
    position: relative;
            display: flex;
        justify-content: center;
        align-items: center;
}
  .product-gallery__thumbnail[aria-current=false]:after {
    display: none;
}
  .product-gallery__thumbnail[aria-current=true]:after {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid black;
    z-index: -1;
            background-color: transparent;
        top: 0px;
        margin: 0;
}
  safe-sticky.product-info .loox-rating .loox-rating-content .loox-rating .loox-icon {
    margin-top: 2px;
        margin-right: 2px;
}
  safe-sticky.product-info .loox-rating .loox-rating-content {
    align-items: start;
    vertical-align: middle;
    line-height: 1px;
}
  .product .product-info details.product-info__accordion summary .accordion__toggle {
    padding: 9px 10px;
}
  .cust-info-container span, .cust-info-item, .cust-info-item span, .cust-info-item div, #locationinfop span {
    font-size: 12px !important;
}
  .product .product-info .product-info__variant-picker .product-form-info p {
    font-size: 13px;
    line-height: 18px;
}
  .product .product-info .product-info__variant-picker .product-form-info .new-form-separator {
    margin: 15px 0 0;
}
  .decarba_block_main {
    display: flex;
    overflow-x: auto;
    width: 100%;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding-inline-start: max(var(--calculated-section-spacing-inline),50% - var(--container-max-width) / 2);
}
  .decarba_block_main .decarba_block_inner {
    margin-right: 8px;
    width: 30%;
    flex: 0 0 30%;
}
  .product .product-info .product-info__variant-picker .product-form-info .shipping-returns .shipping-returns-title>p {
    font-size: 16px;
}
    .product .product-info .new-style-with {
    margin-bottom: 20px;
}
 .style-with-img {
    width: 78px;
    height: 96px;
}
  .product .product-info .product-info__variant-picker .product-form-info .style-with-list recommended_product.contents .style-with-desc p.style-with-product-title, .product .product-info .product-info__variant-picker .product-form-info .style-with-list product-recommendations.contents .style-with-desc p.style-with-product-title {
    font-size: 14px;
    line-height: 15.46px;
}
  .product .product-info .product-info__variant-picker .product-form-info .style-with-list recommended_product.contents .style-with-desc p.style-with-product-price, .product .product-info .product-info__variant-picker .product-form-info .style-with-list product-recommendations.contents .style-with-desc p.style-with-product-price {
    font-size: 14px;
    line-height: 17.57px;
}
  .cust-info-container span, .cust-info-item, .cust-info-item span, .cust-info-item div, #locationinfop span {
    font-size: 12px !important;
}
  .cust_main_head {
    background: #fbfbfb;
    padding: 7px 0;
    margin-bottom: 60px;
}
  .cust_main_head p.h2.hyphenate {
    font-size: 18px;
   line-height: 29px;            
}
  .custom_media .custom_media_grid {
    flex-wrap: wrap;
}
  .first_grid, .second_grid {
    width: 100%;
}
  .custom_media .custom_media_grid .first_grid img {
    height: auto;
    margin-top: 26px;
}
  .custom_media .custom_media_grid .second_grid {
    display: none;
}
  .cust_main_head .rich-text {
    text-align: center;
}
  .custom_media .custom_media_grid .first_grid .prosr {
    padding: 0;
}
  .custom_media .custom_media_grid .first_grid .prosr p.h3 {
    font-size: 22px;
}
  .custom_media .custom_media_grid .first_grid .prosr span.descr_gurantee {
    font-size: 12px;
    line-height: 16.8px;
}
  product-card.product-card .loox-rating {
    padding-top: 13px;
}
  product-card.product-card .loox-rating:has(.loox-rating-content)+.product-card__info {
    padding-top: 2px;
}
  .mob_scroll_prod scroll-carousel product-list.product-list {
    --product-list-carousel-item-width: 44vw !important;
}
  .product-card__badge-list.top_right on-sale-badge.badge.badge--on-sale {
    padding: 3px 7px 2px;
    font-size: 10px!important;
    font-weight: 800!important;
    line-height: 14.4px;
}
  .cust-info-container span, .cust-info-item, .cust-info-item span, .cust-info-item div, #locationinfop span {
    font-size: 12px !important;
}
.mob_scroll_prod .scrollable-with-controls .scrollbar {
    display: none;
}
 .cust_newsletter .prose h2 {
    font-size: 26px!important;
    line-height: 35.1px;
}
  .newsletter-content .prose p {
    margin-top: 13px;
    line-height: 19.6px;
}
  .fieldset-with-submit {
    width: 100%;
}
  .newsletter-content form .fieldset-with-submit button.button {
    height: 40px;
    padding: 10px 14px;
    max-width: max-content;
        margin-left: auto;
        margin-right: auto;
}
  .fieldset-with-submit {
    gap: 14px !important;
    border: none!important;
}
  body .cust-info-container span, body .cust-info-item, body .cust-info-item span, body .cust-info-item div, #locationinfop span {
    font-size: 12px !important;
}
  .cust-info-container {
    flex-direction: row;
    align-items: center;
}
  .cust-info-container span, .cust-info-item, .cust-info-item span, .cust-info-item div, #locationinfop span {
    font-size: 12px !important;
}
 .shipping-info, .returns-info {
    column-gap: 0px;
}
on-sale-badge.badge.badge--on-sale {
    line-height: 14.4px;
    padding: 3px 7px 2px !important;
    font-size: 10px!important;
}
  .my_nav ul.parent {
    justify-content: flex-start!important;
}
  .collection-banner-image .content-over-media {
    --content-over-media-height: 203px;
}
  .div_new_progress_bar h2.progress-bar__heading {
    font-size: 13px;
    line-height: 1.4;
}
  .div_new_progress_bar .progress-bar__dot span,
  .div_new_progress_bar p.progress-bar__subheading.text-center {
    font-size: 12px;
}
  .div_new_progress_bar p.progress-bar__subheading.success_message {
    font-size: 14px;
}
  .product .product-info details.product-info__accordion.block-rev_acc summary .accordion__toggle {
    font-size: 16px;
}

    /***** new css block and review ******/
    height-observer.cust_ins_sec_scroll marquee-text.announcement-bar__scrolling-list.main_scrol_img span.announcement-bar__item img {
    min-width: 120px;
    max-width: 120px;
    height: 230px;
    /* padding: 0 5px; */
     padding: 0;
}
  height-observer.cust_ins_sec_scroll .announcement-bar h3 {
    font-size: 24px;
    margin-bottom: 27px;
}
 .size-fit-block_main_inner_text_venter_text {
    font-size: 11px;
    line-height: 16px;
} 
 height-observer.cust_ins_sec_scroll {
    padding-top: 0;
}

  .size-fit-block_main .size-fit-block_main_inner .size-fit-block_main_inner_text span {
      font-size: 12px;
      line-height: 1.4;
    }
  .size-fit-block_main {
    margin: 20px 0 22px;
}


  .size-fit-block_main .size-fit-block_main_inner .size-fit-block_main_inner_text span.third_text {
    text-align: right;
}
  
.size-fit-block_main .size-fit-block_main_inner .size-fit-block_main_inner_text>span {
    font-size: 11px;
}
  .size-fit-block_main .size-fit-block_main_inner .size-fit-block_main_inner_text span.second_text {
    text-align: center;
}


  
.size-fit-block_main .size-fit-block_main_inner .size-fit-block_main_inner_text span.third_text {
    text-align: right;
}
  
.size-fit-block_main .size-fit-block_main_inner .size-fit-block_main_inner_text>span {
    font-size: 11px;
}
  .size-fit-block_main .size-fit-block_main_inner .size-fit-block_main_inner_text span.second_text {
    text-align: center;
}

  progress-bar.progress-bar.cust_new_des {
    max-width: calc(100% - 70px);
}
  progress-bar.progress-bar.cust_new_des+span.free_img_progress {
    height: 60px;
    width: 60px;
}
  span.new_des {
    margin-top: 18px;
}
  
}


@media screen and (max-width: 450px) {
.cart-drawer__top free-shipping-bar.free-shipping-bar span.progress_text {
    padding-right: 16px;
}
}


@media (max-width: 699px){
 .mob_video_sec {
    display: block;
   max-height: 550px;  
    position: relative;
    grid-area: 1 / 1 / span 3 / span 3 !important;
}
  .mob_video_sec video {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
 .cust_mob_menu_coll on-sale-badge.badge.badge--on-sale {    
    padding: 3px 3px 2px!important;
}

}
