/** Shopify CDN: Minification failed

Line 16:0 Comments in CSS use "/* ... */" instead of "//"
Line 17:0 Comments in CSS use "/* ... */" instead of "//"
Line 17:37 Unexpected "{"
Line 17:39 Expected identifier but found "'custom.css'"
Line 18:0 Comments in CSS use "/* ... */" instead of "//"
Line 19:0 Comments in CSS use "/* ... */" instead of "//"
Line 20:0 Comments in CSS use "/* ... */" instead of "//"
Line 20:9 Unexpected "{"
Line 20:11 Expected identifier but found "'_custom.css'"
Line 21:0 Comments in CSS use "/* ... */" instead of "//"
... and 3 more hidden warnings

**/
// MY CUSTOM SETTINGS 
// Loaded in last theme.liquid with {{ 'custom.css' | asset_url | stylesheet_tag }}
// Look in theme.liquid for this:
//    <!-- Stylesheets for Turbo -->
//      {{ '_custom.css' | asset_url | stylesheet_tag }}
// It first loads styles.css, then _custom.css 
// If adding custom settings in the template, add them here instead of the settings in styles.css.liquid
//    This makes it easier to track changes.

/* At bottom, added a gutter variable so adjusting margin does not throw up grid spacing. */

/*================ SECTIONS ================*/


/*================ SECTIONS / PROMOTIONS ================*/
/*================ some css had been added to theme editor custom css section! ================*/

.featured-promotions .feature-section .feature-style--circle {
  border-radius: 50%;
}
.featured-promotions .feature-section .feature-style--circle img {
  border-radius: 50%;
}

/* The container holding the image, EXCLUDING bottom text */
.featured-promotions .feature-section .feature-style--bordered-circle {
  border-radius: 50%;
  border: 1px solid black;
}

.featured-promotions .feature-section .feature-style--bordered-circle img {
  border-radius: 50%;
}

/* Entire column container with image and bottom text. Only Add box to square*/
.featured-promotions .column:has(.feature-style--square) {
  border: 1px solid black;
}
/* Box around each section item INCLUDING text */
.featured-promotions .feature-section {
    //padding: 10px;
}

