@import url("https://fonts.cdnfonts.com/css/gt-america-trial");
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer utilities {
  .text-balance {
    text-wrap: balance;
  }
}

@layer base {
  :root {
    --font-gt-america: "GT America Trial", sans-serif;
    --background: 0 0% 100%;
    --foreground: 222.2 84% 4.9%;
    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;
    --primary: 222.2 47.4% 11.2%;
    --primary-foreground: 210 40% 98%;
    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;
    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;
    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;
    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --ring: 222.2 84% 4.9%;
    --chart-1: 12 76% 61%;
    --chart-2: 173 58% 39%;
    --chart-3: 197 37% 24%;
    --chart-4: 43 74% 66%;
    --chart-5: 27 87% 67%;
    --radius: 0.5rem;
  }

  .dark {
    --background: 222.2 84% 4.9%;
    --foreground: 210 40% 98%;
    --card: 222.2 84% 4.9%;
    --card-foreground: 210 40% 98%;
    --popover: 222.2 84% 4.9%;
    --popover-foreground: 210 40% 98%;
    --primary: 210 40% 98%;
    --primary-foreground: 222.2 47.4% 11.2%;
    --secondary: 217.2 32.6% 17.5%;
    --secondary-foreground: 210 40% 98%;
    --muted: 217.2 32.6% 17.5%;
    --muted-foreground: 215 20.2% 65.1%;
    --accent: 217.2 32.6% 17.5%;
    --accent-foreground: 210 40% 98%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 210 40% 98%;
    --border: 217.2 32.6% 17.5%;
    --input: 217.2 32.6% 17.5%;
    --ring: 212.7 26.8% 83.9%;
    --chart-1: 220 70% 50%;
    --chart-2: 160 60% 45%;
    --chart-3: 30 80% 55%;
    --chart-4: 280 65% 60%;
    --chart-5: 340 75% 55%;
  }
}

@layer base {
  html {
    font-size: 14px;
  }

  * {
    @apply border-border;
  }

  body {
    @apply bg-background text-foreground;
    font-family: gt-america-standard-webfont, sans-serif !important;
    background-color: var(---background) !important;
  }
}
.main-page {
  max-width: 1180px;
  margin: auto !important;
  width: 100% !important;
  padding: 16px 25px !important;
  /* margin-top: 80px !important; */
  color: rgb(66, 84, 79) !important;
}
@media (max-width: 768px) {
  .main-page {
    padding: 10px 6px !important;
  }
}

/* Typography Support Style */
.typography-support {
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  color: var(--gray-400, #9ca3af);
}

/* Button Styles */
.primary-action-button {
  background: var(--gray-900, #212121);
  color: var(--white);
  box-shadow: 0px 4px 6px -1px rgba(33, 33, 33, 0.2),
    0px 2px 4px -2px rgba(33, 33, 33, 0.2);
}

.secondary-action-button {
  border: 1px solid var(--blue-gray-900, #263238);
  background: var(--white);
  color: var(--foreground);
}

.tertiary-action-button {
  background: var(--white);
  color: var(--foreground);
}

.primary-terminal-action-button {
  background: var(--red-500);
  box-shadow: 0px 4px 6px -1px rgba(244, 67, 54, 0.2),
    0px 2px 4px -2px rgba(244, 67, 54, 0.2);
  color: var(--white);
  transition: opacity 0.3s ease;
}

.primary-terminal-action-button:hover {
  opacity: 0.7;
}

.secondary-terminal-action-button {
  border: 1px solid var(--red-500, #8b1d40);
  background: var(--white);
  color: var(--red-500);
}

.tertiary-terminal-action-button {
  background: var(--white);
  color: var(--foreground);
}

/* Default styles for editor */
.richtext-relative {
  max-height: 400px;
  overflow-y: auto;
  padding: 10px;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  margin: 0;
}

/* Adjusted Tippy styles */
div[id^="tippy-"] {
  left: 23px !important;
}

button.richtext-inline-flex {
  width: 100% !important;
  overflow: hidden !important;
}

/* -----------------------------Widget Wrapper------------------------------------- */

#sg-widget-blogList-wrapper {
  margin-bottom: 3.75rem;
}

/* This is for next widget below tabs widget */
#sg-widget-tabs-widget-wrapper {
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  #sg-widget-wrapper {
    margin-bottom: 10px;
    margin-top: 0px;
  }
  #sg-widget-blogList-wrapper {
    margin-bottom: 2.5rem;
  }
  /* This is for next widget below tabs widget */
  #sg-widget-tabs-widget-wrapper {
    margin-bottom: 2.5rem;
  }
}

/*----------------------------- Breadcrumb Styles----------------------------- */
/* Breadcrumb list item */
li#sg-breadcrumb-list {
  font-family: gt-america-extended-webfont, sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
  color: #42544f; /* keeps items inline */
  margin-right: 6px; /* spacing between breadcrumbs */
  list-style-type: none;
}

@media (max-width: 768px) {
  #sg-breadcrumb-container {
    margin-bottom: 1rem;
  }
}

/* --------------------------Banner With Share Widget Styles------------------------- */
#sg-bannerWithShare-content-container p {
  margin-bottom: 0px !important;
  padding: 0px !important;
}

#sg-bannerWithShare-image-container {
  margin-bottom: 24px;
}

#sg-bannerWithShare-categoryContainer {
  margin-bottom: 0px;
}

#sg-bannerWithShare-categoryName {
  color: #8800ec;
}

#sg-bannerWithShare-separator {
  color: #474747;
}

#sg-bannerWithShare-readTime {
  padding: 0px;
}

#sg-bannerWithShare-title {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  #sg-bannerWithShare-image-container {
    margin-bottom: 1rem;
  }

  #sg-bannerWithShare-content-container {
    margin: 0px;
  }

  #sg-bannerWithShare-categoryContainer {
    display: none;
  }

  #sg-bannerWithShare-categoryName {
    line-height: 28px;
  }
  #sg-bannerWithShare-left-wrapper {
    max-width: 100%;
  }
  #sg-bannerWithShare-title {
    overflow: unset !important;
    display: flex !important;
    -webkit-box-orient: unset !important;
    -webkit-line-clamp: unset !important;
    white-space: normal !important;
  }
}

/* ------------------------------Default Carousel Widget--------------------- */
#sg-defaultCarousel-container {
  margin-top: 0.625rem;
}

#sg-defaultCardWidget-image-container {
  width: 275.33px;
  height: 206.5px;
}

@media (max-width: 768px) {
  #sg-defaultCardWidget-image-container {
    width: 100%;
    height: 216px;
  }
}
h1#sg-bannerWithPublishedDate-title {
  margin-top: 0px;
}
/* --------------------------------------Image CTA Widget--------------------------- */
#sg-imageWithCta-button {
  padding: 0px 0px;
  height: 2.5rem;
}

@media (max-width: 768px) {
  #sg-imageWithCta-button {
    padding: 0px 0px;
    height: 2rem;
    border-radius: 8px;
  }

  #sg-imageWithCta-button-container {
    left: 8px;
    right: 8px;
    bottom: 7.5px;
  }
}

/* ----------------------------------------------Default Tabs Widget------------------------------------ */
#sg-tabs-trigger {
  margin-bottom: calc(10px - 0.57px);
}

/* ------------------------------------------Stack Carousel Widget---------------------------------- */
#sg-stackCarousel-heading {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

#stackCarousel-arrow-button {
  background-color: #f5f5f5;
}

@media (max-width: 768px) {
  #sg-stackCarousel-heading {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    padding: 0px;
  }
}

/* -------------------------------------------Description Card  Widget---------------------------------- */
#sg-descriptionBlogCard-subText-container * {
  margin-bottom: 8px !important;
}

#sg-descriptionBlogCard-readMoreButton {
  bottom: -8px;
}

/* --------------------------------------------Image Text Split Small Card Widget-------------------------- */
#sg-imageTextSplitSmallCard-text {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  #sg-imageTextSplitSmallCard-text {
    margin-bottom: 10px;
  }
}

/* ----------------------------------- Content Card List Widget------------------------------------- */
#sg-content-card-list-heading {
  margin-bottom: 1rem;
}

/* -----------------------------------Image Text Split Big Card Widget------------------------------ */
#sg-imageTextSplitBigCard-container {
  gap: 2rem;
  padding-bottom: 1.25rem;
}

#sg-imageTextSplitBigCard-text {
  margin-bottom: 0.5rem;
  line-height: 1.75rem;
}

#sg-imageTextSplitBigCard-subText-container {
  margin-bottom: 8px;
}

#sg-content-card-list-loadMore {
  padding: 8px 25.5px;
  line-height: 1.5rem;
  font-weight: 600;
  border-radius: 0.5rem;
}

#sg-content-card-list-loadMore-container {
  margin-top: 0.25rem;
}

@media (max-width: 768px) {
  #sg-imageTextSplitBigCard-container {
    gap: 0.75rem;
    padding-bottom: 1.25rem;
  }
  #sg-imageTextSplitBigCard-text {
    line-height: 1.5rem;
    margin-bottom: 0.3125rem;
  }
  #sg-imageTextSplitBigCard-content-container {
    width: 100%;
  }
  #sg-imageTextSplitBigCard-subText-container {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  #sg-content-card-list-loadMore {
    padding: 6px 22px;
    line-height: 1.25rem;
    font-weight: 600;
    border-radius: 0.5rem;
  }
}

/*Bolton specific changes*/
/* ----------------------------------Left Engagement Right Content Widget-------------------- */
#sg-leftContent-rightEngagement-engagementCard {
  margin: 0px;
  width: fit-content !important;
}
#sg-leftContent-rightEngagement-engagementCard #sg-aurate-product-card {
  margin-left: 24px;
  margin-top: 18px !important;
}
@media (max-width: 768px) {
  #sg-leftContent-rightEngagement-engagementCard {
    margin-top: 20px;
    margin-bottom: 28px;
    margin-left: 0px;
    width: 100% !important;
  }
  #sg-leftContent-rightEngagement-engagementCard #sg-aurate-product-card {
    margin-left: 0px;
  }
}

/* ----------------------------------Right Engagement Left Content Widget----------------------- */
#sg-rightContent-leftEngagement-engagementCard {
  margin: 0px;

  width: fit-content !important;
}
#sg-rightContent-leftEngagement-engagementCard #sg-aurate-product-card {
  margin-right: 32px;
  margin-top: 18px;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  #sg-rightContent-leftEngagement-engagementCard {
    margin-top: 20px;
    margin-bottom: 28px;
    margin-right: 0px;
    width: 100% !important;
  }
  #sg-rightContent-leftEngagement-engagementCard #sg-aurate-product-card {
    margin-right: 0px;
  }
}

/* Category List Widget */
#sg-categories-title,
#sg-related-products-heading {
  margin: 0px;
  line-height: 30px !important;
  margin-bottom: 0.3px !important;
  padding-bottom: 0px !important;
}
#sg-categories-container {
  width: 100%;
}

/* Single Blog Card Carousel */
#sg-singleBigCardCarousel-heading,
#sg-collection-list-widget-heading {
  line-height: 30px !important;
  margin-bottom: 0px !important;
  padding: 0px !important;
}
#sg-bigBlogCard-title,
#sg-blog-list-two-column-section-heading {
  line-height: 32px;
}
#sg-singleBigCardCarousel-horizontal-line {
  margin-bottom: 8px;
}

#sg-singleBigCardCarousel-container {
  min-height: fit-content;
}
#sg-search-container {
  display: none;
}
#sg-search-listing-page > div:first-child,
#sg-plp-listing-page > div:first-child,
.sg-blog-listing-page > div:first-child,
.sg-blog-listing-page > div:nth-child(3) {
  position: sticky;
  top: 0px;
  height: fit-content;
  padding: 16px 0px 0px 16px;
}
#sg-search-listing-page > div:first-child,
#sg-plp-listing-page > div:first-child {
  width: 25% !important;
}
#sg-search-listing-page > div:nth-child(2),
#sg-plp-listing-page > div:nth-child(2),
.sg-blog-listing-page > div:nth-child(2),
.sg-blog-listing-page > div:nth-child(3) {
  margin-top: 0px;
  padding: 16px 0px 0px 16px;
}
.sg-blog-listing-page {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  #sg-search-listing-page > div:first-child,
  #sg-plp-listing-page > div:first-child,
  .sg-blog-listing-page > div:first-child,
  .sg-blog-listing-page > div:nth-child(3) {
    width: 100% !important;
    padding: 0px;
    position: static;
  }
  #sg-search-listing-page > div:nth-child(2),
  #sg-plp-listing-page > div:nth-child(2),
  .sg-blog-listing-page > div:nth-child(2) {
    width: 100% !important;
    padding: 0px;
  }
  .sg-blog-list-item-1 {
    margin-bottom: 1rem;
  }
  .sg-blog-list-item-2 {
    margin-bottom: 2rem;
  }
}

#sg-bannerWithPublishedDate-content-container {
  align-items: center !important;
}
div#sg-bannerWithPublishedDate-content-container {
  margin: 20px 0px;
}
#sg-bannerWithPublishedDate-categoryContainer {
  margin-bottom: 0px !important;
}
#sg-bannerWithPublishedDate-copyButton,
#sg-bannerWithShare-shareButton,
#sg-bannerWithPublishedDate-shareButton {
  display: none !important;
}

#sg-aurate-product-title-link {
  font-size: 14px !important;
  line-height: 21px !important;
}
@media (max-width: 768px) {
  #sg-aurate-product-title-link {
    font-size: 12px !important;
  }
}

#sg-aurate-product-badge-text {
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.675 !important;
}

#sg-aurate-product-title {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 14px !important;
  line-height: 21px !important;
  font-family: gt-america-standard-webfont, sans-serif !important;
  font-style: normal !important;
  color: rgb(66, 84, 79) !important;
  font-weight: 500 !important;
}
#sg-aurate-product-material {
  font-family: gt-america-extended-webfont, sans-serif !important ;
  line-height: 17px !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.16rem !important;
  color: rgb(95, 106, 102) !important;
  font-weight: 500 !important;
  margin-bottom: 8px;
}

#sg-aurate-product-sale-price-alt,
#sg-aurate-product-sale-price,
#sg-aurate-product-original-price {
  font-family: gt-america-extended-webfont, sans-serif !important;
  font-size: 10px !important;
  line-height: 17px !important;
  font-weight: 500 !important;
}

#sg-aurate-product-sale-price-alt,
#sg-aurate-product-original-price {
  color: rgb(95, 106, 102) !important;
}
a.relative.w-40.h-20.cursor-pointer {
  width: 200px !important;
  height: 50px !important;
}

#sg-related-products-heading {
  border-bottom-width: 2px !important;
}

/* suggested for you*/

#prevBtn,
#nextBtn {
  display: block !important;
  background: rgb(245, 245, 245) !important;
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  z-index: 1;
  cursor: pointer;
  top: 100px !important;
  color: #174332 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  border: none !important;
  outline: none !important;
  transition: all 0.2s ease-in-out !important;
  padding: 0px !important;
}
#prevBtn {
  left: -24px !important;
}
#nextBtn {
  right: -24px !important;
}

#sg-defaultShopableCardWidget-image-container {
  width: 275.33px;
  height: 206.5px;
}
#sg-shopableBlogRecoImg {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  color: transparent;
}
#sg-defaultShopableCardWidget-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 8px;
}

.sg div#sg-twoEngagements-container {
  align-items: flex-start !important;
}

/* .sg-blog-listing-page #sg-categories-title,
.sg-blog-listing-page #sg-category-list-item,
.sg-blog-listing-page #sg-category-list-featured-text,
.sg-blog-listing-page #sg-singleBigCardCarousel-heading,
.sg-blog-listing-page #sg-bigBlogCard-title,
.sg-blog-listing-page #sg-bigBlogCard-description p,
.sg-blog-listing-page #sg-blog-card-title,
.sg-blog-listing-page #sg-blog-list-two-column-section-heading,
.sg-blog-listing-page #sg-blog-card-description p,
.sg-blog-listing-page #sg-blog-card-button p,
.sg-blog-listing-page #sg-related-products-heading {
  font-family: "GT America Trial", sans-serif !important;
  color: #42544f!important;
} */

.sg-blog-listing-page h1,
.sg-plp-listing-page h1 {
  font-size: 34px !important;
  font-weight: inherit !important;
  font-family: "GT America Trial", sans-serif !important;
  line-height: 38.25px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #42544f !important;
  margin-bottom: 12px;
  padding-bottom: 8px;
}

.sg-blog-listing-page h2,
.sg-plp-listing-page h2 {
  font-family: "GT America Trial", sans-serif !important;
  font-size: 26px !important;
  font-weight: inherit !important;
  line-height: 40px;
  color: #42544f !important;
  margin-bottom: 8px;
  padding-bottom: 6px;
  text-transform: uppercase !important;
}

.sg-blog-listing-page h3,
.sg-plp-listing-page h3 {
  font-family: "GT America Trial", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px;
  color: #42544f !important;
  margin-bottom: 8px;
  margin-top: 20px;
  padding-bottom: 4px;
}

.sg-blog-listing-page p,
.sg-blog-listing-page #sg-category-list-featured-text,
.sg-blog-listing-page #sg-category-list-item,
.sg-plp-listing-page #sg-category-list-featured-text,
.sg-plp-listing-page #sg-category-list-item,
.sg-plp-listing-page #sg-collection-card-link {
  font-family: "GT America Trial", sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 23.45px !important;
  color: #42544f !important;
  margin-bottom: 8px;
  padding-top: 4px;
}
.sg-plp-listing-page #sg-collection-list-heading-border {
  background-color: rgb(0 0 0) !important;
  height: 1.5px !important;
}
div#sg-aurate-product-card {
  margin: 0px;
}
div#sg-isShoppablePlpContainer {
  align-items: flex-start;
  gap: 12px;
}

/* Base style for all color option anchors */
#sg-aurate-product-card #sg-aurate-product-color-selector a:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #2f3b37; /* outer ring */
  border-radius: 50%;
  position: relative;
  background-color: transparent; /* default */
}

/* Inner filled dot */
#sg-aurate-product-card #sg-aurate-product-color-selector a::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

/* Individual color overrides */
#sg-aurate-product-card
  #sg-aurate-product-color-selector
  a#sg-color-option-yellow-0::after {
  background-color: #ffd699; /* yellow/peach */
}
#sg-aurate-product-card
  #sg-aurate-product-color-selector
  a#sg-color-option-yellow-0,
#sg-aurate-product-card
  #sg-aurate-product-color-selector
  a#sg-color-option-rose-0,
#sg-aurate-product-card
  #sg-aurate-product-color-selector
  a#sg-color-option-white-0 {
  background-color: white !important;
}
#sg-aurate-product-card
  #sg-aurate-product-color-selector
  a#sg-color-option-rose-0::after {
  background-color: #f8b4b4; /* rose/pink */
}

#sg-aurate-product-card
  #sg-aurate-product-color-selector
  a#sg-color-option-white-0::after {
  background-color: #dfdfdf; /* white */
  border: 1px solid #ccc; /* extra border so white dot is visible */
}

div#sg-aurate-product-color-selector {
  /* margin: auto; */
  align-items: center;
}
/* for plp mobile view  */
/* ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â° Apply only on mobile screens */
@media (max-width: 767px) {
  /* product image container */
  #sg-isShoppablePlpContainer #sg-aurate-product-image-container {
    width: 100% !important;
    height: 252px !important;
  }

  /* product card */
  #sg-isShoppablePlpContainer #sg-aurate-product-card {
    width: 47% !important; /* 2 cards per row */
    height: auto !important;
    margin: 0 !important;
  }
}

/* Published Date Banner */
#sg-bannerWithPublishedDate-image-container,
#sg-bannerWithShare-image-container,
#sg-defaultCardWidget-image-container,
#sg-imageTextSplitBigCard-container img,
#sg-imageTextSplitSmallCard-text img {
  border-radius: 0px;
  overflow: hidden;
}

/* Make sure all direct banner images respect border-radius */
#sg-bannerWithPublishedDate-image,
#sg-bannerWithShare-image-container img,
#sg-defaultCardWidget-image-container img {
  border-radius: inherit;
  object-fit: cover;
}

div#sg-bannerWithPublishedDate-copyShare-container {
  display: none;
}

/* ---------------------------------------
   Breadcrumbs should not be truncated
------------------------------------------ */
#sg-breadcrumb-list a,
#sg-breadcrumb-selected,
#sg-breadcrumb-normal {
  overflow: unset !important;
  display: flex !important;
  -webkit-box-orient: unset !important;
  -webkit-line-clamp: unset !important;
  white-space: normal !important;
}

nav#sg-breadcrumb-container {
  width: fit-content;
  max-width: fit-content;
  align-items: center;
}
a#sg-breadcrumb-selected,
a#sg-breadcrumb-normal {
  font-family: gt-america-extended-webfont, sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
  color: #42544f;
  text-decoration: none; /* removes underline */
}
a#sg-breadcrumb-normal {
  cursor: pointer;
}
a#sg-breadcrumb-selected {
  pointer-events: none; /* disables click on current */
  cursor: default;
}
@media (max-width: 768px) {
  #sg-breadcrumb-container {
    display: none;
  }
}

@media (max-width: 768px) {
  div#sg-leftContent-rightEngagement-container {
    display: flex;

    flex-direction: column-reverse; /* mobile */
  }
  div#sg-aurate-product-card {
    margin: auto;
  }
}
#sg-productCardLayout-title {
  display: none;
}
p#sg-bannerWithShare-categoryName {
  color: black;
}
@media (max-width: 768px) {
  #sg-blog-card-description * {
    font-size: 14px !important;
    padding: 0 !important;
    font-weight: 400 !important;
    margin: 0 !important;
    line-height: 20px !important;
  }
}

@media (max-width: 768px) {
  #sg-shopable-defaultCarousel-container {
    width: 90% !important;
  }
}
.sgBlogDetailsPage .blockquote {
  padding: 0.5rem 1rem;

  /* border & radius */
  border-left: 4px solid rgb(64 64 64 / var(--richtext-border-opacity, 1));
  border-radius: 0 12px 12px 0;
}

#sg-leftContent-rightEngagement-text a,
#sg-rightContent-leftEngagement-text a,
#sg-full-content a,
#sg-fullContent-container a{
  color:#47534f !important;
  text-decoration:underline !important;
  cursor:pointer !important;
}

#sg-leftContent-rightEngagement-text a:hover,
#sg-rightContent-leftEngagement-text a:hover,
#sg-full-content a:hover,
#sg-fullContent-container a:hover{
  color: #727f7b !important;
}