/** Shopify CDN: Minification failed

Line 80:18 Unexpected "{"
Line 80:27 Expected ":"
Line 855:20 Unexpected "{"
Line 855:29 Expected ":"
Line 1057:19 Unexpected "{"
Line 1057:28 Expected ":"
Line 1061:22 Unexpected "{"
Line 1061:31 Expected ":"
Line 1065:23 Unexpected "{"
Line 1065:32 Expected ":"
... and 2 more hidden warnings

**/
.template-collection .site-footer-wrapper {
    margin-top:0;
}

.template-collection .collection--section .productgrid--outer{
      grid-template-areas:"masthead masthead""sidebar product-items-wrapper";
    row-gap: 0;
}

.template-collection .productgrid--masthead {
    padding-top: 0;
}

.template-collection .image-with-text__content {
  padding: 0;
}
.template-collection .image-with-text p:last-child {
  margin-bottom: 0;
}
.template-collection .image-with-text {
  margin-top: 0;
  padding: 60px 0 0;
}

.template-collection .image-with-text--section{
    background:#fff;
}

.template-collection .collection-list__button{
    margin-bottom:0;
}

.template-collection .collection-list__container{
        padding-block: clamp(40px, 5vw, 60px) !important;
}

.slide--content{
    width: 100%;
    max-width: var(--slideshow-content-max-width, 800px);
}
.announcement-bar {
    padding: 10px 0;
}
.announcement-bar-text {
    font-weight: 400;
}
.sub_heading {
  font-family: var(--font-subheading-family);
  font-weight: var(--font-subheading-weight);
  font-style: var(--font-subheading-style);
  font-size: var(--subheading-font-size);
  letter-spacing: 30%;
  margin: 0;
  text-transform: uppercase;
}
.home-section--title{
    font-size: var(--section-heading-size-desktop);
    margin-top: 0;
    text-align: unset;
}
.section_padding{
    padding-top: var(--section-padding-top-desktop, 80px);
    padding-bottom: var(--section-padding-bottom-desktop, 80px);
}
#shopify-section-{{ section.id }} .slideshow-slide__content{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    --layout-container-max-width: 1300px;
    --layout-container-gutter: 10px;
    max-width: var(--layout-container-max-width);
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.productitem--title a{
    color: #031032;
    font-weight: 500;
}
.productitem--title a{
  transition: all .3s;
}
.featured-collection__container {
    padding-inline: 10px;
}
h2.productitem--title {
    font-family: Archivo Narrow, sans-serif;
    transition: all .3s;
}
.page_width{
     --layout-container-max-width: 1300px;
  --layout-container-gutter: 10px;
  max-width: var(--layout-container-max-width);
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}


.featured-collection__title-row .home-section--title {
  margin-bottom: 0;
}

.featured-collection__title-arrows {
  display: flex;
  gap: 8px;
}

.featured-collection__arrow {
  width: 44px;
  height: 44px;
  background-color: #F1812B;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.featured-collection__arrow:hover {
  background-color: #d4681a;
}

.featured-collection__arrow:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.featured-collection--section .flickity-prev-next-button {
  display: none !important;
}
/* ===== FEATURED COLLECTION TITLE ROW ===== */
.featured-collection__container .featured-collection__title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ===== Blog ===== */
.article--excerpt-title {
  font-size: 24px;
  line-height: 30px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article--excerpt-content {
    align-self: end !important;
    padding: 20px !important;
}
.article--excerpt-content {
    align-self: end !important;
    padding: 20px !important;
}
.article--excerpt-meta .article--excerpt-meta-item {
    color: #F1812B;
    text-transform: uppercase;
    padding-bottom: 0;
}
a.article--excerpt-readmore {
    color: #EE802E;
    text-decoration: underline;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article--excerpt-content {
    text-align: left;
}
.article--excerpt-readmore--icon {
    background: #EE802E;
    padding: 10px;
    border-radius: 4px;
    display: inline-flex;
}
/* ===== Blog ===== */

/* ========== PROMO MOSAIC 10 BLOCK GRID ========== */
.signature_collection .promo-mosaic--layout-10,
.resources_collections .promo-mosaic--layout-12{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(8, 130px);
    gap: 10px;
}
.signature_collection .promo-mosaic--layout-10 .promo-block{
    border-radius: 6px;
    overflow: hidden;
}
/* Block 1 - JEEVES - spans 2 rows */
.signature_collection .promo-mosaic--layout-10 .promo-block--index-1 {
  grid-column: 1 / 3;
  grid-row: 1 / 5;
}

/* Block 2 - ANTUS - full right width */
.signature_collection .promo-mosaic--layout-10 .promo-block--index-2 {
  grid-column: 3 / 6;
  grid-row: 1 / 3;
}

/* Block 3 - QUADRO */
.signature_collection .promo-mosaic--layout-10 .promo-block--index-3 {
  grid-column: 6 / 8;
  grid-row: 1 / 3;
}

/* Block 4 - SIRIO */
.signature_collection .promo-mosaic--layout-10 .promo-block--index-4 {
  grid-column: 3 / 5;
  grid-row: 3 / 5;
}

/* Block 5 - SOLO */
.signature_collection .promo-mosaic--layout-10 .promo-block--index-5 {
  grid-column: 5 / 8;
  grid-row: 3 / 5;
}

/* Block 6 - SWIVEL */
.signature_collection .promo-mosaic--layout-10 .promo-block--index-6 {
  grid-column: 1 / 4;
  grid-row: 5 / 7;
}

/* Block 7 - VEGA */
.signature_collection .promo-mosaic--layout-10 .promo-block--index-7 {
  grid-column: 4 / 6;
  grid-row: 5 / 7;
}

/* Block 8 - CAPE */
.signature_collection .promo-mosaic--layout-10 .promo-block--index-8 {
  grid-column: 6 / 8;
  grid-row: 5 / 9;
}

/* Block 9 - MODELLO I */
.signature_collection .promo-mosaic--layout-10 .promo-block--index-9 {
  grid-column: 1 / 3;
  grid-row: 7 / 9;
}
/* Block 10 - TRADITIONAL - spans 2 rows */
.signature_collection .promo-mosaic--layout-10 .promo-block--index-10 {
  grid-column: 3 / 6;
  grid-row: 7 / 9;
}

.sub_heading{
    padding-bottom: 10px;
}
.site-footer-information {
    border-top: 1px solid #ffffff42;
    padding-top: 14px;
}
p.site-footer-credits {
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.footer-cta-block h2 {
    margin: 0;
    padding-bottom: 20px;
}
.site-footer-block-title {
    padding-top: 0;
}
.button-primary {
    font-size: 15px !important;
    padding: 12px 18px !important;
}
.featured-collection__button{
  margin-top: 0;
}
.site-footer-block-rich-text .site-footer-block-content{
  padding-bottom: 0;
}
footer a.navmenu-link {
    transition: color .4s ease-in-out;
}

footer a.navmenu-link:hover {
    color: #ee802e !important;
}
.navmenu-meganav.navmenu-meganav--desktop {
    top: calc(100% - 10px);
}
.template-collection div#brdcmb {
    display: none;
}
.productgrid--masthead .collection--title {
    margin-bottom: 0;
}

.productgrid--wrapper .productgrid--items {
    margin-top: 0;
    margin-bottom:40px;
}
.productgrid--sidebar {
    position: relative;
    background: #fff;
    width: 300px;
    padding: 40px 40px 40px 0;
}
.active-filter-group__item-wrapper .active-filter-group__item {
    background: #212121;
}
.collection-filters__filter-list-item .checkmark[data-animation-state=checked]{
  box-shadow: inset 0 0 0 30px #212121;
}
.collection-filters__filter-link[data-filter-active] .collection-filters__filter-list-item-text {
    color: #212121;
}
.collection-filters__filter-group:last-of-type {
    border-bottom: none;
}
.productgrid--sidebar-button-active .icon-chevron-down-right {
    transform: rotate(2deg);
}
.productgrid--sidebar-button-active .icon-chevron-down-left {
    transform: rotate(2deg);
}
.productgrid--sidebar-button-active svg {
    transform: unset;
}
.modal-loaded.modal-visible .modal {
    z-index: 1119;
}
.productgrid--sidebar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: calc(100vw - 100%);
    height: 100%;
    background: #fff;
}
.productgrid--masthead {
    padding-top: 60px;
}

.template-collection .price__compare-at.visible,
.template-collection .pl-swatches-collection {
  display: none;
}
.template-collection .productitem,
.template-collection .productitem--info {
  background: #fff;
}
.template-collection .productitem {
  background: #fff;
  box-shadow: none;
  border: none;
  border-radius: 10px;
}
.template-product .breadcrumbs-container {
    display: none;
}
.template-product .product-gallery--image,
.template-product button.product-gallery--media-thumbnail {
    background: #fff;
    border-radius: 8px;
}
.template-product .pl-swatches__swatch {background: #fff;}
.template-product shopify-payment-terms {margin-bottom: .75rem;}
.vender_with-sku {
    display: flex;
    align-items: center;
    gap: 15px;
}
.vender_with-sku .product-sku {
    color: #ee802e;
    font-size: 15px;
}
.vender_with-sku .product-vendor a {
  text-decoration: underline;
}
.vender_with-sku .product-vendor {
  color: #ee802e;
  font-size: 15px;
  font-weight: 500;
}
.vender_with-sku .product-sku strong,
.vender_with-sku .product-sku span{
    font-weight: 500;
}
.template-product .key-details__heading {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2%;
    padding-bottom: 15px;
    line-height: 1.5 !important;
}
.template-product .product-title .product-title__meta {
    display: block;
    font-size: 18px;
    padding-top: 10px;
    font-family: Roboto, sans-serif;
}
.template-product .key-details__heading span {
    font-weight: 400;
}

.template-product span.product__badge.product__badge--sale {
    margin: 0;
    display: flex;
    height: 37px;
    align-items: center;
    border-radius: 0 5px 5px 0;
    padding: 5px 15px;
    margin-right: 10px;
}
.template-product .free_shipping {
    padding: 15px 15px 15px 0;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2%;
    margin:0;
}
.template-product .product-text h5 {
  font-size: 14px;
  letter-spacing: 30%;
  font-weight: 500;
  margin-block: 10px;
  font-family: Roboto, sans-serif;
}
.product-private-discount {
    padding-block: 15px 20px;
    font-weight: 600;
    letter-spacing: 2%;
    font-size: 15px;
}

.product-private-discount a {
    color: currentColor;
}
.template-product .product-pricing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.template-product .ap-options__HTML .avp-HTML {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
.template-product .quantity-selector__input {
    background-color: transparent;
    border: none;
}
.template-product quantity-selector {
    max-width: 170px;
}
.template-product .quantity-selector__button-wrapper button {
    border: 1px solid #00000091;
    border-radius: 50% !important;
    padding: 15px;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
}
.template-product .ap-options__HTML .avp-HTML a {
    color: #F0812C;
    font-size: 15px;
    letter-spacing: 2%;
    font-weight: 500;
    transition: color .3s;
}

.template-product .ap-options__HTML .avp-HTML a:hover {
    color: #000;
}
.template-product .price.product__price {
    border: 1px solid #00000052;
    padding: 5px 10px;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    border-radius: 5px 0 0 5px;
    align-items: center;
    height: 37px;
}
.template-product span.money {
    font-weight: 600;
}
.template-product .price.product__price .price__compare-at,
.template-product .price.product__price .price__current {
    margin: 0;
}
.promo-mosaic--inner .promo-block--button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 5px 7px !important;
    font-size: 10px !important;
}
.promo-mosaic--inner .promo-block--header {
    font-size: 24px;
    display: flex;
    gap: 15px;
    align-items: center;
    max-width: 100%;
}
.promo-block--content {
    padding: 20px 10px 20px 20px;
}
.promo-block--content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, .6) 100%) !important;
}
button.site-header-menu-toggle {
    background: #0a0a0a;
    border-radius: 5px;
    margin-inline: 10px;
}

button.site-header-menu-toggle span {
    background-color: #fff !important;
}
.template-product .option-avis-dropdown-inner {
    background: #fff;
    border-radius: 5px;
}
.template-product .avp-option .apo-title {
    font-size: 15px !important;
    letter-spacing: 2%;
}
.template-product .product-form--atc-button:hover{
  background: #ee802e !important;
  color: #fff;
}
.template-product{
  overflow-x: hidden;
}
.template-product more-payment-options-link a {
    color: #000 !important;
    transition: color .3s !important;
}
.template-product aside.share-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding-bottom: 20px;
}
.share-buttons .share-buttons--button:not(:first-child) {
    margin-left: 15px;
}
p.return_text {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2%;
    padding-top: 15px;
}
.template-product more-payment-options-link a:hover {
    color: #ee802e !important;
}
.button-primary:hover,
.slideshow-slide__button--primary:hover,
.featured-collection__arrow:hover,
.article--excerpt-readmore:hover .article--excerpt-readmore--icon {
    background: #5c5c5c !important;
    color: #fff;
    border-color: #5c5c5c !important;
}
a.article--excerpt-readmore:hover {
    color: #000;
}

.button-primary, slideshow-slide__button--primary,
.featured-collection__arrow,
a.article--excerpt-readmore,
.article--excerpt-readmore--icon,
.product-form--atc-button{
  transition: all .2s ease-in-out;
}
.productitem--image .productitem--image-primary {
    visibility: unset;
    opacity: 1;
    transition: all .3s;
}

.productitem--image img {
    visibility: unset;
    opacity: 0;
}

a.productitem--image-link:hover .productitem--image img {
    opacity: 1;
}
.product__description img{
  display: none;
}
.template-product .ap-options__select-container {
    margin-bottom: 20px !important;
}
/* ==========================================================
   Product Tabs — Figma-style underline tabs
   Add this to your theme's main CSS file (e.g. custom-fixes.css)
   Scoped to .product_tabs so it doesn't affect other tab instances.
   ========================================================== */

/* Remove the boxed/background tab-bar look */
.product_tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 50px;
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 40px 0 50px;
  position: relative;
}
.product_tabs::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #ffffff;
  z-index: 0;
}

.product_tabs .tab-radio {
  display: none !important;
}

/* Flatten each label: no box, no background, just text */
.product_tabs .tab-label {
  position: relative;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 18px 0 !important;
  margin: 0 !important;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #8B93A3;
  cursor: pointer;
  transition: color 0.15s ease;
  width: auto;
  flex-grow: unset;
}

.product_tabs .tab-label:hover {
  color: #1a2233;
}

/* Active tab: dark navy text + orange underline */
.product_tabs .tab-radio:checked + .tab-label {
  color: #031032;
  font-weight: 700;
}

.product_tabs .tab-radio:checked + .tab-label::after,
.product_tabs .tab-label:hover::after {
  background: #F0812C;
}
.product_tabs .tab-label::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 4px;
  background: transparent;
  transition: all .3s;
}
.product_tabs .tab-panel{
  background: transparent;
}
.product_tabs .tab-panel {
    padding: 24px 0 10px 0;
    border-width: 1px 0 0px 0px;
    border-style: solid;
    border-color: hsl(0deg 0% 0% / 31%);
    position: relative;
    z-index: 2;
}
#avpoptions-container__v2 {overflow: hidden;}
.productitem span.money {
    font-weight: 600;
    font-family: Archivo Narrow, sans-serif;
    font-size: 20px;
}

.share-buttons .share-buttons--list {
        margin-top: 0;
}
.form_block h3 {
    text-transform: capitalize;
}
.about_text-block p:not(:last-child){margin-bottom:15px;}
.productitem--image {aspect-ratio: 1;}
.resources_collections .promo-mosaic--layout-12 {
    grid-template-columns: repeat(4 , 1fr);
    grid-template-rows: repeat(3, 300px);
}

.resources_collections .promo-mosaic--layout-12 article {
    border-radius: 6px;
}
.consultation_page .page-content {
    background: #fff;
    border-radius: 8px;
    padding: 40px 50px 50px;
    max-width: 1300px;
}
.consultation_page h6 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding-block: 20px 30px;
}
.consultation_page p {
    font-size: 13px;
    line-height: 24px;
    margin: 0;
}
.site-header-menu-toggle {
    height: 42px;
}
.site-header-menu-toggle--button {
    padding-top: 13px;
}
.site-navigation .navmenu-link-depth-1:hover,
.navmenu-link-active {
    color: #ee802e !important;
}

.site-navigation .navmenu-link-depth-1 {
    transition: all .3s ease !important;
}
.template-blog li.article--excerpt-wrapper {
    border: none;
    box-shadow: none;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.article--excerpt-text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog--layout--with-sidebar {
    display: flex;
    align-items: flex-start;
    gap: 60px;
  }

.blog--sidebar-recent {
    flex: 0 0 300px;
    width: 300px;
  }

 .blog--sidebar-recent-title {
    font-size: 28px;
    font-weight: 500;
    margin-block: 0 25px;
    text-transform: capitalize;
    color: #031032;
  }

.blog--sidebar-recent-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

.blog--sidebar-recent-item {
    padding: 30px 0;
  }
.blog--sidebar-recent-item:not(:last-child) {
    border-bottom: 1px solid rgb(0 0 0 / 25%);
  }
.blog--sidebar-recent-item:first-child {
    padding-top: 0;
  }

.blog--sidebar-recent-link {
    display: flex;
    gap: 16px;
    text-decoration: none;
    color: inherit;
  }

.blog--sidebar-recent-thumb {
    flex: 0 0 117px;
    width: 117px;
    height: 100px;
    display: block;
    overflow: hidden;
    border-radius: 6px;
  }

.blog--sidebar-recent-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.blog--sidebar-recent-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.blog--sidebar-recent-post-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    color: #031032;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  }

  #shopify-section-{{ section.id }} .blog--sidebar-recent-date {
    font-size: 14px;
    color: #F1812B;
    margin-top: 6px;
  }
  aside.share-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}
.article--share-buttons {
    display: block !important;
    padding-top: 20px;
}
.article--sidebar {
    display: none;
}
h2.article--excerpt-title a {
    transition: color .3s;
}

h2.article--excerpt-title a:hover {
    color: #ee802e;
}
@media screen and (min-width: 1280px) {
  .featured-collection__content[data-layout=slideshow] .productgrid--item {
    width: calc(100% / 4 - 16px);
  }
}
@media screen and (min-width: 1080px) {
  .template-blog .blog--inner .article--excerpt-wrapper {
      width: calc(50% - 25px);
      margin-right: 0;
      margin-bottom: 0;
  }
  .template-blog ul.blog--inner {
    gap: 50px;
    margin-top: 0;
}
.template-collection .section--canonical {
    margin-top: 10px;
}
.promo-mosaic--inner .promo-block--button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 5px 7px !important;
    font-size: 10px !important;
}
.promo-mosaic--inner .promo-block--header {
    font-size: 24px;
    display: flex;
    gap: 15px;
    align-items: center;
    max-width: 100%;
}
.promo-block--content {
    padding: 20px 10px 20px 20px;
}
}
@media screen and (min-width: 1024px) {
  .blog--sidebar-recent {
    position: sticky;
    top: 120px;
  }
    .template-article .article--inner {
        padding-right: 10px;
        padding-left: 10px;
        max-width: 100%;
    }
    .article--sidebar {
    display: none;
}
    .template-collection .image-with-text__content {
    padding-right: 60px;
  }

  .sticky_content {
  position: sticky !important;
  top: 120px;
  overflow: visible !important;
}
.contact_block {
    overflow: visible !important;
}
  .template-product .product-gallery {
    position: sticky;
    top: 120px;
    height: fit-content;
}
  .site-footer-block-title {
    font-size: 20px;
}
  .promo-mosaic__button-row {
    gap: 20px;
}
  .column-count-5 .site-footer-block-cta{
    width: calc(28% - 1rem);
    flex-shrink: 0;
    padding-right: 0;
}

.column-count-5 .site-footer-block-item:not(.site-footer-block-cta){
    width: calc(18% - 1rem);
}
  .site-footer-wrapper {
    padding-bottom: 30px;
}
  .site-footer-information {
    margin-top: 60px;
}
  .collection-tabs .featured-collection__content {
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 40px;
}
 .collection-tabs .pl-swatches-collection,
 .collection-tabs .money.price__compare-at--single {
    display: none;
  }
.price.productitem__price {
    margin-top: 0;
    display: inline-flex;
    padding-top: 10px;
}
  .site-header-sticky--scrolled .site-header-main-content {margin-left: 0 !important;}
    .home-section--title {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .site-header-sticky--scrolled .site-header-menu-toggle {
        display: none;
    }
    .site-header-main {
    padding: 5px 10px;
}
.site-header-sticky--scrolled .site-header-cart {
        margin-top: 0px !important;
    }

}
@media screen and (min-width: 860px) {
    .collection--section .productgrid--outer {
        grid-template-columns: 300px calc(100% - 300px);
        grid-template-areas:"sidebar product-items-wrapper" "sidebar product-items-wrapper";
    }
    .template-blog .blog--inner .article--excerpt-wrapper {
      width: calc(50% - 20px);
      margin-right: 0;
      margin-bottom: 0;
  }
  .template-blog ul.blog--inner {
    gap: 40px;
    margin-top: 0;
}
}
@media screen and (min-width: 720px) {
  .share-buttons .share-buttons--list {
    margin-top: 0;
}
.share-buttons .share-buttons--button {
    width: 32px;
    height: 32px;
}
    .article--excerpt-image {
        height: 250px;
        border-radius: 10px;
    }
    .site-header-main {
    align-items: center;
}
}
@media screen and (max-width: 1199px) {
  .signature_collection .promo-mosaic--layout-10 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 250px);
  }
  .signature_collection .promo-mosaic--layout-10 .promo-block--index-1,
  .signature_collection .promo-mosaic--layout-10 .promo-block--index-2,
  .signature_collection .promo-mosaic--layout-10 .promo-block--index-3,
  .signature_collection .promo-mosaic--layout-10 .promo-block--index-4,
  .signature_collection .promo-mosaic--layout-10 .promo-block--index-5,
  .signature_collection .promo-mosaic--layout-10 .promo-block--index-6,
  .signature_collection .promo-mosaic--layout-10 .promo-block--index-7,
  .signature_collection .promo-mosaic--layout-10 .promo-block--index-8,
  .signature_collection .promo-mosaic--layout-10 .promo-block--index-9,
  .signature_collection .promo-mosaic--layout-10 .promo-block--index-10 {
    grid-column: auto;
    grid-row: auto;
  }
}
@media screen and (max-width: 1024px){

.blog--sidebar-recent-item:last-child {
  padding-bottom: 0;
}
  aside.share-buttons {
    margin: 0;
}
  .article--inner {
    width: 100% !important;
}
 #shopify-section-{{ section.id }} .blog--layout--with-sidebar {
      flex-direction: column;
    }

    #shopify-section-{{ section.id }} .blog--sidebar-recent {
      width: 100%;
      flex: 1 1 auto;
    }
     #shopify-section-{{ section.id }} .blog--layout--with-sidebar {
    gap: 20px;
  }
  #shopify-section-{{ section.id }} ul.blog--inner {
    margin-top: 0;
}
.template-collection .image-with-text {
    padding: 40px 15px 0;
  }
  .template-collection .image-with-text__container {
    flex-direction: column;
  }
  .template-collection .image-with-text__content,
  .template-collection .image-with-text__image-wrapper {
    width: 100%;
  }

    .productgrid--wrapper .productgrid--items {
    justify-content: center;
    gap: 10px;
}

.productgrid--items.products-per-row-3 .productgrid--item:nth-child(-n+3),
.productgrid--items.products-per-row-3 .productgrid--item{
    margin-left:0;
}

  .resources_collections .promo-mosaic--layout-12 {
    grid-template-columns: repeat(3 , 1fr);
    grid-template-rows: repeat(4, 250px);
}
p.return_text {
    text-align: left;
}
.template-product aside.share-buttons {
    justify-content: left;
}
    .product-private-discount {
    padding-block: 0;
    padding-right: 10px;
}
  .site-footer-block-cta, .site-footer-block-rich-text {
    padding-block: 40px !important;
    border-bottom: 0;
}
  .collection-tabs .featured-collection__content {
    grid-template-columns: repeat(3, 1fr);
}
  .promo-mosaic--layout-10 {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 250px);
  }
  .section_padding{
        padding-top: var(--section-padding-top-tablet, 60px);
        padding-bottom: var(--section-padding-bottom-tablet, 60px);
    }
    .collection-tabs__nav {
    margin: 0 auto !important;
    gap: 15px;
    flex-wrap: wrap;
    border-bottom: 0 !important;
    padding-block: 20px;
}
  .collection-tab {
    background: #f5f5f5 !important;
    border: none;
    padding: 10px 15px !important;
    border-radius: 4px;
    font-size: 16px !important;
}
.collection-tab.is-active {
    background: #ee802e !important;
    border-bottom: 0;
    color: #fff !important;
}
.text_mob-center h2, .text_mob-center p {
    text-align: center;
}
.product_tabs .tab-label {
    font-size: 20px;
}
.product_tabs {
    gap: 10px 20px;
}
.template-product .ap-options__HTML .avp-HTML {
    flex-direction: column;
    padding-bottom: 0;
}
}
@media (min-width: 720px) and (max-width: 1024px){
.slideshow-slide__content--text-left {
    text-align: center;
}
.slide--content {
    max-width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .col_md-6 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .product-main, .product-gallery {
    width: 100%;
}
.product--outer {
    flex-wrap: wrap;
}

}
@media screen and (max-width: 767px){
.template-blog li.article--excerpt-wrapper {
    margin-bottom: 10px;
}
.template-collection .image-with-text__image-wrapper {
    margin-top: 15px;
  }

  .flickity-slider .productgrid--item .productitem--image img {width: 100%;height: 100%;}
  .flickity-slider .productgrid--item {width: calc(100% - 20px) !important;}
  .productgrid--items.products-per-row-3 .productgrid--item {width: 100%;margin: 10px 0 !important;}
  .testimonials-v2__inner {
    padding-inline: 0 !important;
}
.resources_collections .promo-mosaic--layout-12 {
    grid-template-rows: repeat(6, 250px);
    grid-template-columns: repeat(2, 1fr);
  }
  .order_mob-2 {
    order: 2;
}
  .promo-block--content{
    height: 100% !important;
  }
  .promo-mosaic--inner .promo-block--header {
    font-size: 20px !important;
    max-width: 100% !important;
}
button.site-header-menu-toggle {
    margin-top: 20px;
}
.site-header-cart {
    margin-top: 15px;
}
.collection-tab.is-active {
    background: #f1812b;
    color: #fff;
}
    .home-section--title{
        font-size: var(--section-heading-size-mobile);
    }
     .sub_heading{
        font-size: var(--subheading-font-size-mobile);
    }
    .signature_collection .promo-mosaic--layout-10{
    grid-template-columns: 1fr;
  }

  .signature_collection .promo-mosaic--layout-10 .promo-block--index-1 {
    grid-column: 1 / 2;
  }

 .signature_collection .promo-mosaic--layout-10 .promo-block {
    min-height: 250px;
  }
  .section_padding{
        padding-top: var(--section-padding-top-mobile, 40px);
        padding-bottom: var(--section-padding-bottom-mobile, 40px);
    }
    .productgrid--masthead {
    padding-top: 0;
}
.template-collection .productgrid--wrapper {
    margin-top: 0;
}
.product_tabs .tab-label {
    font-size: 16px;
    background: #f5f5f5 !important;
    padding: 10px !important;
    border-radius: 5px;
    color: #0a0a0a;
    width:100%;
    justify-content: center;
}
.product_tabs .tab-radio:checked + .tab-label {
    color: #fff;
    background: #f0812c !important;
}
.product_tabs .tab-label::after{
  content: none;
}
.product_tabs .tab-panel {
    border-width: 0;
}
.site-footer-block-rich-text {
    padding-block: 25px 0 !important;
}
.consultation_page .page-content {
    padding: 20px;
    max-width: calc(100% - 20px);
}
.consultation_page h6 {
    font-size: 18px;
}
}
@media(max-width:575px){
  .article--excerpt-image {
    height: 250px;
}
    .resources_collections .promo-mosaic--layout-12 {
    grid-template-columns: repeat(1 , 1fr);
    grid-template-rows: repeat(12, 250px);
}
}