/** Shopify CDN: Minification failed

Line 1853:2 Expected "}" to go with "{"

**/
body {
  overflow-x: hidden !important;
}

html {
  padding: 0 !important;
}

product-item {
  transition: opacity 0.5s ease;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.d-none {
  display: none !important;
}

/* Product grid / cards */
.prod-item-img img {
  aspect-ratio: 0.63636363 !important;
  object-fit: cover;
}

.prod-item-img:hover .product-item__primary-image {
  display: none;
}

.prod-item-img:hover .product-item__secondary-image {
  visibility: visible;
  opacity: 1;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  position: relative;
  
}

.prod-item-price {
  font-weight: 700;
  font-size: 12px;
}

.prod-item-sku {
  color: #757474;
}

.prod-item-title {
  font-weight: 400;
}

.product-item__label-list {
  position: absolute;
  z-index: 1;
  top: 10px;
}

.product-item-content .product_tag_new {
  position: absolute;
  z-index: 3;
}

.product_in_cart {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 160px;
  padding: 5px;
  background-color: #1b1b1bbf;
  color: #fff;
  font-weight: 600;
  text-align: center;
  transform: translate(-50%, -50%);
}

.product_tag_new {
  margin-bottom: 7px;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 2px 8px;
  color: #fff;
  background: #000;
  font-weight: 600;
}

.product_tag_special_feature {
  margin-bottom: 7px;
  z-index: 9;
  padding: 0 8px;
  color: #fff;
  background: #dededeff;
  font-weight: 600;
}

.product-item-variants .variant input:not([id="totalQnty"]):disabled,
.block-swatch.is-disabled .block-swatch__item {
  background: linear-gradient(
  to bottom right,
  rgba(0, 0, 0, 0.1) calc(50% - 1px),
  #676767 50%,
  rgba(0, 0, 0, 0.1) calc(50% + 1px)
) no-repeat
}

/* .product-item-variants .variant input:not([id="totalQnty"]):disabled {
  border: 1px solid rgba(162, 162, 162, 0.67);
  padding: 2px;
} */

/* Search / filters */
#search-tabs-nav .tabs-nav__item-list button:not(:first-child) {
  display: none !important;
}

.product-facet__filter-item .block-swatch.is-disabled {
  display: none;
}

#mobile-facet-toolbar {
  position: sticky;
  z-index: 8;
}

/* Header / navigation */
#shopify-section-header {
  z-index: 10 !important;
}

.mega-menu {
  z-index: 99;
}

.nav-dropdown__link,
.header__linklist-link {
  font-size: 15px;
}

.header__linklist-item.cart_icon a {
  position: relative;
}

.header__linklist-item.cart_icon a .header__cart-count {
  position: absolute;
  top: -12px;
  right: -12px;
}

a.mobile-nav__link {
  justify-content: flex-start;
}

.mobile-toolbar__item-label {
  font-size: 13px;
}

.icon_menu_mobile {
  display: none;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

/* Hidden elements */
.ly-switcher-wrapper,
#localization_form_footer {
  display: none !important;
}

.xGd3h1QpIzYq8GCXdELr li:first-child {
  display: none;
}

/* 404 */
.shopify-section--404 .button-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* General text */
.spr-sizeguide p,
.product-tabs__tab-item-content {
  text-align: left;
}

.open_size_guide {
  font-weight: bold;
}

.price-list .price {
  font-weight: 700;
}

/* Custom checkbox */
.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox .checkbox-container {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #007bff;
  border-radius: 4px;
  vertical-align: middle;
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-container::before {
  content: "\2713";
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #007bff;
  background-color: red;
  text-align: center;
}

/* Notices / alerts */
.no_tracking {
  position: absolute;
  top: -55px;
  right: -190px;
  width: 300px;
  background-color: red;
  border-radius: 20px;
}

.no_tracking label {
  color: white;
  font-weight: 600;
}

.modal_registed[aria-hidden="false"] {
  background-color: #0000006b;
}

.modal_registed .registed_message {
  width: 40%;
  padding: 50px;
  background-color: white;
  border: 1px solid #00000030;
}

.modal_registed .button {
  float: right;
}

/* Page header / embeds */
.page-header__text-wrapper figure {
  margin: 0;
}

.page-header__text-wrapper iframe {
  width: 100%;
}

.page-header__text-wrapper .heading.h5 {
  margin-bottom: 10px !important;
}

/* Product page */
.product-content-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-content-info .product-form__quantity {
  display: none;
}

.product-content-info .product-tabs__content {
  padding-top: 3rem;
}

.product-content__tabs {
  margin: 0;
}

.product-tabs__content .product-tabs__tab-item-content h1,
.product-tabs__content .product-tabs__tab-item-content h2 {
  font-size: 30px;
}

.product-tabs__tab-item-content .bullet_points_content p {
  margin-top: 10px;
}

.product-tabs__tab-item-wrapper .collapsible {
  overflow: hidden;
}

.main-product-trust-icons {
  width: 100%;
  padding-top: 1rem;
}

.main-product-trust-icons .product-content__tabs {
  width: inherit;
}

.main-product-trust-icons .product-tabs__trust-list {
  margin: 0;
  padding: 0;
}

.prod_page_labels {
  position: absolute;
  z-index: 3;
  padding: 10px;
}

.prod_page_labels span {
  font-size: 1.3rem;
}

.block-swatch__item {
  border: 1px solid #676767;
}

.combo-box__option-item.is-disabled {
  color: #e1e1e1;
}

.product-sticky-form .combo-box__option-list button.is-disabled {
  pointer-events: none;
}

/* Variant disabled slash */
.variant {
  position: relative;
}

.variant input[disabled]::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: 10px;
  color: red;
  font-weight: bold;
  transform: translateY(-50%);
}

/* Description / collection */
.collection_description_container {
  box-shadow: 0 1px rgb(var(--border-color)), 0 -1px rgb(var(--border-color));
}

.collection_description {
  padding: 3rem 0;
  text-align: justify;
}

.additional_description {
  padding: 0 var(--container-gutter) 4rem;
  text-align: justify;
}

.composition_content {
  margin: 0 0 10px;
}

/* Registration / form */
.register-country-select option:first-child {
  display: none;
}

.label-register {
  position: relative;
  left: 12px;
  padding: 0 5px;
  color: rgba(var(--text-color), 0.7);
  line-height: 1;
}

.div_gender {
  margin: 20px 0;
}

.gender_picker {
  display: inline-flex;
  align-items: center;
  color: rgba(var(--text-color), 0.7);
}

.gender_picker input {
  margin: 0 5px 0 25px;
}

input[type="date"]:required:invalid::-webkit-datetime-edit {
  color: transparent;
}

input[type="date"]:focus::-webkit-datetime-edit {
  color: black !important;
}

/* Icons / media */
.multi-column__image-wrapper img {
  border-radius: 50%;
}

.text_with_icons svg {
  width: 80px !important;
  height: 80px !important;
}

.item_variants_img img {
  width: 70px;
}

.image-with-text__image:not(:first-child) {
  position: relative;
}

/* Buttons */
#load-more-button {
  font-size: 20px;
}

#AddToCart,
#StickyAddToCart,
#BIS_trigger {
  font-size: 1rem;
}

#BIS_trigger {
  margin-top: 0 !important;
}

.add-to-cart-button-trigger,
#BIS_trigger {
  border: 1px solid black;
  background-color: white;
  background-image: none;
  color: black;
}

#AddToCart[disabled] {
  display: none !important;
}

.add-to-cart-button-trigger:hover,
#AddToCart[disabled]:hover,
#BIS_trigger:hover {
  background-image:
    linear-gradient(
      178deg,
      #f5f5f5,
      #f5f5f5 10%,
      rgba(0, 0, 0, 0.07) 10%,
      rgba(0, 0, 0, 0.07) 100%
    ),
    linear-gradient(#f5f5f5, #f5f5f5) !important;
}

#AddToCart:hover,
#BIS_trigger:hover {
  background-image:
    linear-gradient(
      178deg,
      #333333,
      #333333 10%,
      rgba(0, 0, 0, 0.07) 10%,
      rgba(0, 0, 0, 0.07) 100%
    ),
    linear-gradient(#333333, #333333);
}

.btn-show-more-less {
  display: block;
  margin: 2.5rem auto 0;
  cursor: pointer;
}

.order_btn {
  height: 40px;
  margin: var(--table-spacing) 0.2rem !important;
  padding: 0 16px;
  align-content: center;
  flex-wrap: wrap;
}

.order_link {
  cursor: pointer;
}

/* Countdown */
.countDown-prod-grid {
  position: absolute;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  background-color: #ffffffd4;
}

.countDown-prod-grid #countdown {
  margin: 0 auto;
  padding-bottom: 15px;
}

.countDown-prod-grid #countdown div {
  background-color: #ffffffb5;
}

.countDown-prod-grid #countDownTitle {
  text-align: center;
}

#countdown {
  display: flex;
  gap: 10px;
  width: min-content;
  margin-bottom: 30px;
}

#countdown div {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 65px;
  padding: 5px 10px;
  background-color: #c6c4c459;
}

#countdown div span {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}

product-item:hover .countDown-prod-grid {
  opacity: 0;
  z-index: 0;
}

/* Bullet points / tabs */
.bullet_points_content .bullet_points {
  display: block;
  width: 100%;
  margin: 0 2rem !important;
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}

.bullet_points_content .bullet {
  padding: 0 25px 0 0 !important;
}

/* Wash rules */
.spr-washrules {
  display: flex;
}

.spr-washrules .rule img {
  max-width: 50px;
  margin-right: 10px;
}

.wash_rules_content .rule .rule_alt {
  position: absolute;
  z-index: 3;
  max-width: 180px;
  margin-left: 0.5rem;
  padding: 5px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-size: 10px;
}

/* Text truncation */
.overflow_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/* Account / orders */
.account__block-list {
  padding: 0 2rem;
}

.td_btn_order {
  display: flex;
  text-align: end;
}

/* Newsletter modal */
.form_newsletter_inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 1.5rem;
  row-gap: 1rem;
  column-gap: 1rem;
}

.form_newsletter_inputs .input {
  margin-top: 0;
}

.newsletter-modal__content {
  padding: 50px 55px;
}

.combination_set_form .money {
  font-size: 15px;
}

.combination_set_form .price.price--compare .money {
  font-size: 12px;
}

.combination_set_form .product-meta__label-list .label,
.combination_set_form .product-meta__label-list .label .money {
  font-size: 10px;
}

.set_product .block-swatch__item {
  min-width: 45px;
  padding: 5px 12px 7px;
}

.drawer--quick-buy .content_twin img {
  max-width: 60px !important;
}

/* Mobile menu section */
.shopify-section--menu-mobile .scrollmenu {
  overflow: auto;
  white-space: nowrap;
}

.shopify-section--menu-mobile .scrollmenu li:first-child {
  margin-left: 15px;
}

.shopify-section--menu-mobile .scrollmenu li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
}

.shopify-section--menu-mobile .scrollmenu a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.shopify-section--menu-mobile .mobile-link-list {
  flex-direction: column;
  align-items: center;
}

.shopify-section--menu-mobile .scrollmenu .mobile-link-label {
  margin-top: 5px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.shopify-section--menu-mobile .mobile-link-image img {
  max-width: 60px;
  max-height: 60px;
  border-radius: 50% !important;
}

/* Set / bundle */
.buy_as_set .prod_content {
  gap: 20px;
  padding: 10px 0;
}

/* Desktop */
@media screen and (min-width: 1200px) {
  .newsletter-modal__image {
    max-width: 530px;
    min-width: 530px;
  }
}

@media screen and (min-width: 769px) {
  .prod-item-price {
    font-size: 16px;
  }

  .shopify-section--menu-mobile {
    display: none !important;
  }

  .header__inline-navigation {
    margin-top: 20px;
  }
}

@media screen and (min-width: 741px) {
  .page-header__text-wrapper {
    margin-bottom: 38px;
  }
}

/* Tablet */
@media screen and (max-width: 1200px) {
  .register-country-select {
    line-height: normal;
  }

  .form_newsletter_inputs :focus-within ~ .input__label,
  .is-filled ~ .input__label {
    transform: scale(0.733) translateY(calc(-17px - 0.5em)) translate(3.665px);
  }

}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .newsletter-modal__image {
    max-width: 460px;
    min-width: 400px;
  }

  .modal[open] .modal__content {
    transform: scale(1.1);
  }

  .newsletter-modal__content {
    padding: 20px 55px;
    font-size: 12px;
  }

  .newsletter-modal__content form {
    margin-top: 1.5rem !important;
  }

  .form_newsletter_inputs .input,
  .form_newsletter_inputs input,
  .form_newsletter_inputs select {
    height: 3rem;
  }

  .form_newsletter_inputs label {
    top: calc((var(--form-input-field-height) / 2) - 1.1em);
  }

  .form_newsletter_inputs :focus-within ~ .form_newsletter_inputs label {
    top: calc((var(--form-input-field-height) / 2) - 0.7em);
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .newsletter-modal__content {
    margin: 0 -7rem;
    padding: 20px 25px 10px;
    font-size: 12px;
  }

  .newsletter-modal__content form {
    margin: 1.5rem !important;
  }
}

@media screen and (max-width: 1000px) {
  .newsletter-modal__image {
    object-position: top;
  }
}

/* Mobile */
@media screen and (max-width: 768px) {
  .prod-item-img:hover .product-item__primary-image {
    display: block !important;
  }

  .page-header__text-wrapper {
    margin: 20px auto;
  }

  .delivery_date label {
    font-size: 8px;
  }

  .multi-column__item {
    max-width: 100px;
  }

  .multi-column__item .multi-column__link {
    font-size: 10px;
  }

  .multi-column--pocket-medium .multi-column__inner--scroller {
    grid-auto-columns: 25vw;
  }

  .header__logo .header__inline-navigation {
    display: none;
  }

  .mobile-toolbar {
    top: calc(var(--header-height) - 1px);
  }

  #shopify-section-header {
    top: -1px !important;
  }


  .main-product-trust-icons .product-tabs__trust-list {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-evenly;
  }

  .main-product-trust-icons .product-tabs__trust-list .product-tabs__trust-title {
    display: flex;
  }

  .product-content-info {
    align-items: flex-start;
  }

  .no_tracking {
    top: -140%;
    right: 0;
  }

  #shopify-product-washrules {
    flex-direction: column;
  }

  #shopify-product-washrules .rule_alt {
    position: relative;
    display: block;
    max-width: 100%;
    background-color: transparent;
    color: black;
    font-weight: 600;
  }

  .wash_rules_content .wash_rules {
    flex-direction: column;
  }

  .wash_rules_content .rule {
    display: flex;
    align-items: center;
  }

  .wash_rules_content .rule img {
    max-height: 35px;
  }

  .bullet_points_content .bullet_points {
    display: flex;
  }

  .bullet_points_content .bullet {
    width: 50%;
  }

  .order-info {
    display: flex;
    width: 100%;
  }

  .account__order-item-info {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
  }

  .order-btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }

  .order-info-btns {
    display: flex;
  }

  .newsletter-modal__content {
    padding: 30px 35px 15px;
  }

  .newsletter-modal__image {
    max-height: 300px;
  }

  .h6,
  .rte h6 {
    font-size: 16px !important;
  }

  .mobile-nav__link,
  .collapsible-toggle {
    font-size: 14px;
  }

  .cart-notification {
    position: sticky;
    margin-top: -1px;
  }
}

@media screen and (max-width: 480px) {
  .newsletter-modal__content {
    padding: 30px 25px;
  }

  .newsletter-modal__image {
    max-height: 150px;
  }
}


@media screen and (max-width: 767px) {
  .bullet_points_content ul.bullet_points {
    display: block !important;
    columns: 2 !important;
    column-count: 2 !important;
  }

  .bullet_points_content ul.bullet_points li.bullet {
    display: list-item !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-bottom: 6px;
  }
   

}




#wishlist-header-block-AM2dRVkVMTkdLQnVWS__3746619903770602455 .wh-trigger,
#wishlist-header-block-AM2dRVkVMTkdLQnVWS__3746619903770602455 .wh-trigger:hover,
#wishlist-header-block-AM2dRVkVMTkdLQnVWS__3746619903770602455 .wh-trigger:focus {
    transform: none !important;
    transition: none !important;
}


.custom-wishlist-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    z-index: 2147483645;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  .custom-wishlist-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(420px, 100vw);
    height: 100vh;
    background: #fff;
    z-index: 2147483646;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
  }

  .custom-wishlist-drawer.is-open {
    transform: translateX(0);
  }

  .custom-wishlist-drawer-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }

  .custom-wishlist-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
  }

  .custom-wishlist-drawer__title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
  }

  .custom-wishlist-drawer__close {
    appearance: none;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
  }

  .custom-wishlist-drawer__iframe {
    width: 100%;
    height: 100%;
    border: 0;
    flex: 1;
  }

  body.custom-wishlist-drawer-open {
    overflow: hidden;
  }

  @media screen and (max-width: 640px) {
    .custom-wishlist-drawer {
      width: 100vw;
    }
  }


  product-sticky-form {
  position: relative;
  z-index: 10 !important;
}

button.checkout-button[name="checkout"] {
  font-size: 16px;
}

button.checkout-button[name="checkout"] .money {
  font-size: 16px;
}

#buy_as_set > div > div > a > button,
.content_twin .product-card-wishlist-btn {
  display: none !important;
}





.header__navigation-hidden,
.header__icon-hidden,
.header__search-hidden {
  visibility: hidden !important;
  pointer-events: none !important;
}

.header__secondary-links {
  margin-left: auto;
  justify-self: end;
}

.header__icon-list {
  justify-content: flex-end;
}
.restricted-access-message {
  min-height: 60vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}

.restricted-access-title {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.restricted-access-message p {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}

#shopify-cookie-backdrop {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45); 
  z-index: 1999999;
  pointer-events: none;
}

#shopify-pc__banner {
  z-index: 2000000 !important;
}


shopify-chat {
  --shopify-agent-z-index: 1;
}

.shopify-section--main-collection {padding-bottom: 10px}

@media screen and (max-width: 740px) {
  #facet-filters-form .collapsible-toggle {
    font-size: 16px;
  }

  .quick-buy-product__info .product-item-meta__title {
    font-size: 16px;
    font-weight: bold;
  }

  .quick-buy-product__info .product-item-meta__vendor {
    display: none;
  }

  .product__info .lens-diagram-wrapper .lens-diagram-trigger {
    color: #151515;
  }

}

.lens-diagram-image {
    aspect-ratio: 600 / 600;
}


@media screen and (max-width: 740px) {
  .announcement-bar__message {
    font-size: 9px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  
}


@media screen and (max-width: 740px) {
  .header__secondary-links .header__icon-list {
    gap: 24px;
  }
}

/* Search, Account e Cart */
.header__icon-list .header__icon-wrapper svg path,
.header__icon-list .header__icon-wrapper svg circle {
  stroke-width: 2px !important;
}




/* SAFARI — wishlist no canto superior direito da imagem */
.product-image {
  position: relative !important;
}

/* O link da imagem tem de criar uma caixa real */
.product-image > a[data-wishlist-heart-initialized] {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* Wishlist sempre no canto superior direito */
.product-image .product-card-wishlist-btn {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  bottom: auto !important;

  margin: 0 !important;
  z-index: 6 !important;
}


/* ===================================== */
/* SLIDESHOW — TEXTO, ESPAÇAMENTOS E BOTÕES */
/* ===================================== */

.slideshow__content p,
.slideshow__content-wrapper p,
.slideshow__text-wrapper p,
.slideshow__text-content p {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

.slideshow__content .heading,
.slideshow__content-wrapper .heading,
.slideshow__text-wrapper .heading,
.slideshow__text-content .heading {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}

/* Espaço entre o texto e os botões */
.slideshow__content .button-wrapper,
.slideshow__content-wrapper .button-wrapper,
.slideshow__text-wrapper .button-wrapper,
.slideshow__text-content .button-wrapper,
.slideshow__content .button-group,
.slideshow__content-wrapper .button-group,
.slideshow__text-wrapper .button-wrapper,
.slideshow__text-content .button-group {
  margin-top: 13px !important;
  margin-bottom: 0 !important;
}

/* Título principal — desktop */
.shopify-section--slideshow .slideshow__text-wrapper .heading--large {
  font-size: 40px !important;
  line-height: 1.05 !important;
}

/* Subtítulo — desktop */
.shopify-section--slideshow .slideshow__text-wrapper .heading--small {
  font-size: 18px !important;
  line-height: 1.15 !important;
}

/* Subir conteúdo quando a posição é Bottom Left */
.shopify-section--slideshow .slideshow__text-wrapper--bottom {
  transform: translateY(-55px);
}

/* Sombra inferior da imagem */
.shopify-section--slideshow .slideshow {
  position: relative;
  z-index: 1;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.25);
}

/* MOBILE */
@media screen and (max-width: 740px) {
  .slideshow__content p,
  .slideshow__content-wrapper p,
  .slideshow__text-wrapper p,
  .slideshow__text-content p {
    margin-bottom: 9px !important;
  }

  .slideshow__content .heading,
  .slideshow__content-wrapper .heading,
  .slideshow__text-wrapper .heading,
  .slideshow__text-content .heading {
    margin-bottom: 12px !important;
  }

  .slideshow__content .button-wrapper,
  .slideshow__content-wrapper .button-wrapper,
  .slideshow__text-wrapper .button-wrapper,
  .slideshow__text-content .button-wrapper,
  .slideshow__content .button-group,
  .slideshow__content-wrapper .button-group,
  .slideshow__text-wrapper .button-wrapper,
  .slideshow__text-content .button-group {
    margin-top: 16px !important;
  }

  .shopify-section--slideshow .slideshow__text-wrapper .heading--large {
    font-size: 28px !important;
    line-height: 1.05 !important;
  }

  .shopify-section--slideshow .slideshow__text-wrapper .heading--small {
    font-size: 13px !important;
    line-height: 1.15 !important;
  }

  .shopify-section--slideshow .slideshow__text-wrapper--bottom {
    transform: translateY(-35px);
  }
}


/* MENU DESKTOP B2B — títulos bold + dropdown mais largo */
@media screen and (min-width: 769px) {
  /* Títulos principais do menu */
  .header__linklist > .header__linklist-item > .header__linklist-link {
    font-weight: 700 !important;
  }

  /* Caixa branca que abre ao passar o rato */
  .header__linklist-item .nav-dropdown {
    min-width: 300px !important;
  }
}


/* COLEÇÕES — full width, sem espaço lateral entre produtos */
.shopify-section--main-collection .product-facet__product-list {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  --product-list-column-gap: 0px !important;
  --product-list-row-gap: 40px !important;
}

.shopify-section--main-collection .product-list__inner {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  column-gap: 0 !important;
  row-gap: 40px !important;
  gap: 40px 0 !important;
}

/* Desktop: 4 produtos */
@media screen and (min-width: 1000px) {
  .shopify-section--main-collection .product-list__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* Mobile: 2 produtos */
@media screen and (max-width: 999px) {
  .shopify-section--main-collection .product-list__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media screen and (min-width: 1000px) {
  .header__inline-navigation {
    margin-left: 15px !important;
    margin-right: 0 !important;
    transform: translateY(-8px) !important;
  }
}


/* Benefícios finais — mais espaço em cima, menos em baixo */
.text-with-icons .text-with-icons__list {
  padding-top: 28px !important;
  padding-bottom: 0px !important;
}


/* Mais espaço abaixo do botão ADD TO CART */
.product-form__add-button {
  margin-bottom: 28px !important;
}


/* BUY THE SET — imagem e título */
#buy_as_set .prod_content > .d-flex > a {
  flex: 0 0 165px !important;
  width: 165px !important;
}

#buy_as_set .prod_content > .d-flex > a img {
  width: 165px !important;
  max-width: 165px !important;
  height: auto !important;
}

#buy_as_set .product-meta__title,
#buy_as_set .product-title,
#buy_as_set .prod_title {
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

@media screen and (max-width: 740px) {
  #buy_as_set .prod_content > .d-flex > a {
    flex-basis: 130px !important;
    width: 130px !important;
  }

  #buy_as_set .prod_content > .d-flex > a img {
    width: 130px !important;
    max-width: 130px !important;
  }
}


/* BUY THE SET — nome do produto pequeno, CAPS e bold */
#buy_as_set .combination_set_form .set_title {
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  margin: 0 0 6px !important;
}

@media screen and (max-width: 740px) {
  #buy_as_set .combination_set_form .set_title {
    font-size: 12px !important;
  }
}

/* BUY THE SET — preço + RRP */
#buy_as_set .combination_set_form .product-meta__price-list-container,
#buy_as_set .combination_set_form .price-list {
  display: flex !important;
  align-items: baseline !important;
  gap: 12px !important;
}

#buy_as_set .combination_set_form .price--compare {
  display: inline-flex !important;
  align-items: baseline !important;
  color: #777 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

#buy_as_set .combination_set_form .price--compare::before {
  content: "RRP " !important;
  margin-right: 5px !important;
}

#buy_as_set .combination_set_form .price--compare .money {
  font-size: inherit !important;
  font-weight: inherit !important;
  text-decoration: none !important;
}


/* BUY THE SET — preço RRP */
#buy_as_set .price-list {
  display: flex !important;
  align-items: baseline !important;
  gap: 12px !important;
}

#buy_as_set .buy-set-rrp {
  color: #757474 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

@media screen and (max-width: 740px) {
  #buy_as_set .buy-set-rrp {
    font-size: 14px !important;
  }
}


/* PRODUTO MOBILE — FOTO FULL WIDTH */
@media screen and (max-width: 740px) {
  .shopify-section--main-product .product {
    margin-top: 0 !important;
  }

  .shopify-section--main-product .product__media {
    width: calc(100% + 50px) !important;
    max-width: none !important;
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .shopify-section--main-product .product__media-list-wrapper {
    width: 100% !important;
    max-width: none !important;
  }
}

/* PRODUTO MOBILE — esconder miniaturas/navegação */
@media screen and (max-width: 740px) {
  .shopify-section--main-product .product__media-nav {
    display: none !important;
  }
}


/* COLEÇÕES DESKTOP — títulos e preços alinhados à esquerda */
@media screen and (min-width: 1000px) {
  .product-item-content {
    width: 100% !important;
    text-align: left !important;
  }

  .product-item-content .prod-item-title {
    display: block !important;
    margin: 0 12px 4px !important;
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }

  .product-item-content .prod-item-sku {
    display: block !important;
    margin: 0 12px 4px !important;
    text-align: left !important;
  }

  .product-item-content .prod-item-price {
    display: inline-flex !important;
    align-items: baseline !important;
    margin: 0 !important;
    font-size: 14px !important;
  }

  .product-item-content .prod-item-price:first-of-type {
    margin-left: 12px !important;
  }

  .product-item-content .prod-item-price + .prod-item-price {
    margin-left: 8px !important;
  }
}



/* ADD TO CART — botão mais comprido */
.product-form__add-button {
  width: calc(100% - 70px) !important;
  max-width: none !important;
}

/* Ícone do carrinho com traço mais espesso */
.product-form__add-button svg {
  width: 22px !important;
  height: 22px !important;
}

.product-form__add-button svg path {
  stroke-width: 2.5px !important;
}



/* COLLECTIONS DESKTOP — WISHLIST */
@media screen and (min-width: 1000px) {
  .shopify-section--main-collection
  .product-card-wishlist-btn.wls-scope {
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    border: 1px solid rgb(var(--root-border-color)) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .shopify-section--main-collection
  .product-card-wishlist-btn.wls-scope svg {
    width: 15px !important;
    height: 15px !important;
  }
}


/* COLLECTIONS MOBILE — WISHLIST */
@media screen and (max-width: 999px) {
  .shopify-section--main-collection
  .product-card-wishlist-btn.wls-scope {
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    border: 1px solid rgb(var(--root-border-color)) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .shopify-section--main-collection
  .product-card-wishlist-btn.wls-scope svg {
    width: 15px !important;
    height: 15px !important;
  }
}


/* TÍTULO DA COLEÇÃO — DESKTOP */
@media screen and (min-width: 1000px) {
  .shopify-section--collection-banner .page-header__text-wrapper {
    margin: 20px auto 30px !important;
  }
}


/* MENU DESKTOP — DROPDOWN ALINHADO AO MENU */
@media screen and (min-width: 1000px) {
  .header__linklist-item.has-dropdown {
    position: relative !important;
  }

  [dir="ltr"] .header__linklist-item.has-dropdown > .nav-dropdown {
    left: 0 !important;
    margin-left: 0 !important;
  }
}


/* CART — DESKTOP */
@media screen and (min-width: 1000px) {
  /* Fotos maiores */
  .cart .line-item__image-wrapper,
  .cart .line-item__image {
    width: 132px !important;
  }

  /* Informação alinhada à esquerda */
  .cart .line-item-table__header-group th,
  .cart .product-item-meta,
  .cart .line-item__price-list-container {
    text-align: left !important;
  }

  .cart .line-item__price-list-container .price-list {
    justify-content: flex-start !important;
  }

  /* Remover linhas entre produtos */
  .cart .line-item,
  .cart .line-item > td {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
}

/* NOTA IMPORTANTE — sem negrito */
.cart .disclaimer strong {
  font-weight: 400 !important;
}

/* PO NUMBER */
.cart input[name="attributes[customer_request_number]"] {
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 16px !important;
  font-weight: 400 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.cart input[name="attributes[customer_request_number]"]::placeholder {
  font-weight: 400 !important;
  opacity: 1 !important;
}


/* CART — REMOVER TOTAL DUPLICADO */
.cart .cart__total-container .total {
  display: none !important;
}


/* =========================================================
   B2B IS — PÁGINA DE CARRINHO — MOBILE
   Não altera a sidebar / mini-cart
   ========================================================= */
@media screen and (max-width: 740px) {

  /* TÍTULO DA PÁGINA */
  body:has(.header__wrapper.template-cart) .page-header h1.heading.h2,
  body:has(.header__wrapper.template-cart) .empty-state h1.heading.h1 {
    font-size: 23px !important;
    line-height: 1.2 !important;
  }

  /* PRODUTO */
  body:has(.header__wrapper.template-cart) .line-item__content-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
  }

  /* FOTO */
  body:has(.header__wrapper.template-cart) .line-item__image-wrapper {
    width: 115px !important;
    min-width: 115px !important;
    margin: 0 !important;
  }

  body:has(.header__wrapper.template-cart) .line-item__image {
    width: 115px !important;
    max-width: 115px !important;
    height: auto !important;
  }

  /* INFORMAÇÃO */
  body:has(.header__wrapper.template-cart) .line-item__info {
    display: flex !important;
    flex: 1 !important;
    flex-direction: column !important;
    align-self: center !important;
    justify-content: center !important;
    min-height: 0 !important;
  }

  /* TÍTULO */
  body:has(.header__wrapper.template-cart) .product-item-meta__title {
    margin: 0 0 3px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
  }

  /* TAMANHO / COR */
  body:has(.header__wrapper.template-cart) .product-item-meta__property-list {
    margin: 0 !important;
    line-height: 1.2 !important;
  }

  body:has(.header__wrapper.template-cart) .product-item-meta__property {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
  }


  /* QUANTIDADE + REMOVER */
  body:has(.header__wrapper.template-cart) .line-item__quantity {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 10px !important;
    transform: none !important;
  }

  /* BOTÃO REMOVER EM × */
  body:has(.header__wrapper.template-cart) .line-item__remove-button.hidden-tablet-and-up {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    color: #000 !important;
    text-decoration: none !important;
  }

  body:has(.header__wrapper.template-cart) .line-item__remove-button.hidden-tablet-and-up::before {
    content: "×" !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
  }

  body:has(.header__wrapper.template-cart) .line-item__remove-button.hidden-phone {
    display: none !important;
  }

  /* ESPAÇAMENTOS */
  body:has(.header__wrapper.template-cart) .line-item-table {
    margin-bottom: 12px !important;
  }

  body:has(.header__wrapper.template-cart) .cart__content > .pb-5 {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    padding-bottom: 0 !important;
  }

  body:has(.header__wrapper.template-cart) .cart__aside {
    margin-top: 14px !important;
  }

  /* TOTAL */
  body:has(.header__wrapper.template-cart) .cart__total-container .heading.h6:last-child {
    font-size: 20px !important;
  }

  body:has(.header__wrapper.template-cart) .cart__tax-note {
    font-size: 10px !important;
    line-height: 1.3 !important;
  }
}



/* B2B IS — CART PAGE MOBILE — ALINHAMENTO + REMOVER LINHAS */
@media screen and (max-width: 740px) {

  /* REMOVER AS LINHAS ENTRE OS PRODUTOS */
  #main .cart .line-item-table,
  #main .cart .line-item-table tbody,
  #main .cart .line-item-table tr.line-item,
  #main .cart .line-item-table td,
  #main .cart .line-item-table td.line-item__product {
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }

    /* PRODUTO: TUDO ALINHADO À ESQUERDA */
  #main .cart .line-item__product,
  #main .cart .line-item__content-wrapper,
  #main .cart .line-item__info,
  #main .cart .product-item-meta,
  #main .cart .product-item-meta__title,
  #main .cart .product-item-meta__property-list,
  #main .cart .product-item-meta__property {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }


  